#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 {
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:#000000 none repeat scroll 0 0;
}
#colorbox {
}
#cboxContent {
margin-top:20px;
}
#cboxLoadedContent {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:  none repeat scroll 0 0;
padding:5px;
}
#cboxTitle {
color:#CCCCCC;
left:0;
position:absolute;
top:-20px;
}
#cboxCurrent {
color:#CCCCCC;
position:absolute;
right:0;
top:-20px;
}
#cboxSlideshow {
color:#FFFFFF;
position:absolute;
right:90px;
top:-20px;
}
#cboxPrevious {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/controls.png) no-repeat scroll left top;
height:65px;
left:5px;
margin-top:-32px;
position:absolute;
text-indent:-9999px;
top:50%;
width:28px;
}
#cboxPrevious.hover {
background-position:left bottom;
}
#cboxNext {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/controls.png) no-repeat scroll right top;
height:65px;
margin-top:-32px;
position:absolute;
right:5px;
text-indent:-9999px;
top:50%;
width:28px;
}
#cboxNext.hover {
background-position:right bottom;
}
#cboxLoadingOverlay {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#000000 none repeat scroll 0 0;
}
#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 center top;
display:block;
height:19px;
position:absolute;
right:15px;
text-indent:-9999px;
top:12px;
width:38px;
}
#cboxClose.hover {
background-position:center bottom;
}
