#myslideshowrestore
{
    position: absolute;
    top: 0%;
    right: 5px;
    z-index: 10065;
}
#myslideshow
{
    position: absolute;
    border: 1px solid #999;
    left: 0;
    right: 0;
    top: 25%;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 620px;
    height: 420px;
    z-index: 10055;
    background-color: #f1f1f2;
}
#myimagedesc
{
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    margin-top: 18px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 520px;
    height: 30px;
    z-index: 10056;
    background-color: #fff;
    opacity: 0.7;
    filter: alpha(opacity=30);
}
#myslideshow .btnlideClose
{
    position: absolute;
    z-index: 110000;
    display: inline-block;
    right: 5px;
}
.pause
{
    background: url('/i/Nav/pause.png') no-repeat;
    width: 45px;
    height: 45px;
    border: none;
}
.play
{
    background: url('/i/Nav/play.png') no-repeat;
    width: 45px;
    height: 45px;
    border: none;
}
.pause:hover, .play:hover
{
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    cursor: pointer;    
}

