/* lightbox */
#overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background-color:#000;
z-index:9999;
display:none;
}
#lightbox{
position:fixed;
top:50%;
left:50%;
font-family:Arial,Helvetica,sans-serif;
color:#333;
border:1px solid #CCC;
background-color:#FFF;
padding:10px 10px 0 10px;
z-index:10000;
display:none;
overflow:hidden;
-webkit-box-shadow:0 0 10px #000;
-moz-box-shadow:0 0 10px #000;
box-shadow:0 0 10px #000;

/*width: 724px;
height: 516px; 
margin-left: -373px;
margin-top: -263.5px;
display: block;*/
}
#lightbox .inner-box{
position:relative;
width:100%;
height:100%;
overflow:hidden;
}
#lightbox .content{
z-index:1;
}
#lightbox .content img{
display:block;
position:absolute;
top:0;
left:0;
border:0;
}
#lightbox .cpanel{
position:relative;
width:100%;
height:30px;
overflow:hidden;
display:none;
}
#lightbox #close-btn{
position:relative;
width:76px;
height:30px;
cursor:pointer;
float:right;
background:url(../images/icons.png) 0 0 no-repeat;
z-index:2;
}
#lightbox #play-btn{
position:relative;
width:26px;
height:30px;
cursor:pointer;
float:left;
background:url(../images/icons.png) 0 -30px no-repeat;
z-index:2;
display:none !important;
}
#lightbox #play-btn.pause{
background-position:-30px -30px;
}
#lightbox .info{
position:absolute;
width:100%;
color:#222;
height:30px;
line-height:30px;
font-size:16px;
z-index:0;
text-align:center;
}
#lightbox .back-btn,
#lightbox .fwd-btn{
position:absolute;
width:20px;
height:70px;
top:50%;
margin-top:-35px;
cursor:pointer;
}
#lightbox .back-btn{
left:0;
margin-left:-20px;
background:#000 url(../images/d_arrows.png) 0 center no-repeat;
background:rgba(0,0,0,0.75) url(../images/d_arrows.png) 0 center no-repeat;
-moz-border-radius-topright:4px;
-moz-border-radius-bottomright:4px;
border-top-right-radius:4px;
border-bottom-right-radius:4px;
}
#lightbox .fwd-btn{
left:100%;
background:#000 url(../images/d_arrows.png) -20px center no-repeat;
background:rgba(0,0,0,0.75) url(../images/d_arrows.png) -20px center no-repeat;
-moz-border-radius-topleft:4px;
-moz-border-radius-bottomleft:4px;
border-top-left-radius:4px;
border-bottom-left-radius:4px;
}
#lightbox .btn-panel{
background:url(../images/spacer.png) no-repeat;
position:relative;
float:left;
width:50%;
height:0;
z-index:3;
cursor:pointer;
}
#lightbox .timer{
position:absolute;
left:0;
background-color:#FFF;
filter:alpha(opacity=50);
opacity:.5;
width:0;
height:5px;
z-index:2;
visibility:hidden;
font-size:0;
}
#lightbox .desc{
position:absolute;
left:0;
color:#FFF;
font-size:14px;
text-align:left;
width:100%;
z-index:4;
overflow:hidden;
display:none;
background:#000;
background:rgba(0,0,0,0.75);
}
#lightbox .inner-text{
padding:5px;
}
#lightbox .preloader{
position:absolute;
top:50%;
left:50%;
margin-left:-16px;
margin-top:-16px;
width:32px;
height:32px;
background:url(../images/progress.gif) center no-repeat;
z-index:2;
display:none;
}
.hide-selects{
visibility:hidden;
}