#colorbox, #cboxOverlay, #cboxWrapper {
left:0;
overflow:hidden;
position:absolute;
top:0;
z-index:9999;
}
#cboxOverlay {
height:100%;
position:fixed;
width:100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
clear:left;
}
#cboxContent {
overflow:hidden;
position:relative;
}
#cboxLoadedContent {
overflow:auto;
}
#cboxLoadedContent iframe {
border:0 none;
display:block;
height:100%;
width:100%;
}
#cboxTitle {
margin:0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
left:0;
position:absolute;
top:0;
width:100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
cursor:pointer;
}
#cboxOverlay {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/overlay.png) repeat scroll 0 0;
}
#colorbox {
}
#cboxTopLeft {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/controls.png) no-repeat scroll -100px 0;
height:21px;
width:21px;
}
#cboxTopRight {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/controls.png) no-repeat scroll -129px 0;
height:21px;
width:21px;
}
#cboxBottomLeft {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../../images/controls.png) no-repeat scroll -100px -29px;
height:21px;
width:21px;
}
#cboxBottomRight {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/controls.png) no-repeat scroll -129px -29px;
height:21px;
width:21px;
}
#cboxMiddleLeft {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/controls.png) repeat-y scroll left top;
width:21px;
}
#cboxMiddleRight {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/controls.png) repeat-y scroll right top;
width:21px;
}
#cboxTopCenter {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/border.png) repeat-x scroll 0 0;
height:21px;
}
#cboxBottomCenter {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/border.png) repeat-x scroll 0 -29px;
height:21px;
}
#cboxContent {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
}
#cboxLoadedContent {
margin-bottom:28px;
}
#cboxTitle {
bottom:3px;
color:#949494;
left:0;
position:absolute;
text-align:center;
width:100%;
}
#cboxCurrent {
bottom:4px;
color:#949494;
left:58px;
position:absolute;
}
#cboxPrevious {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/controls.png) no-repeat scroll -75px 0;
bottom:0;
height:25px;
left:0;
position:absolute;
text-indent:-9999px;
width:25px;
}
#cboxPrevious.hover {
background-position:-75px -25px;
}
#cboxNext {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/controls.png) no-repeat scroll -50px 0;
bottom:0;
height:25px;
left:27px;
position:absolute;
text-indent:-9999px;
width:25px;
}
#cboxNext.hover {
background-position:-50px -25px;
}
#cboxLoadingOverlay {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/loading_background.png) no-repeat scroll center center;
}
#cboxLoadingGraphic {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/loading.gif) no-repeat scroll center center;
}
#cboxClose {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/controls.png) no-repeat scroll -25px 0;
bottom:0;
height:25px;
position:absolute;
right:0;
text-indent:-9999px;
width:25px;
}
#cboxClose.hover {
background-position:-25px -25px;
}
#cboxSlideshow {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/slideshow_playbutton.png) no-repeat scroll -1px 0;
bottom:0;
color:#0092EF;
height:25px;
position:absolute;
right:27px;
text-indent:-9999px;
width:25px;
}
.cboxSlideshow_on #cboxSlideshow {
background-position:-26px 0;
}
.cboxSlideshow_on #cboxSlideshow.hover {
background-position:-26px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
background-position:-1px 0;
}
.cboxSlideshow_off #cboxSlideshow.hover {
background-position:-1px -25px;
}
 
