/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
.colorbox{ cursor:pointer;}
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}


/*skin*/
#cboxLoadingGraphic{background:url(../img/loading.gif) center center no-repeat;}

#cboxOverlay {background-color:#000;}
#cboxLoadedContent{margin-top:50px;padding:15px}
#cboxWrapper{background:#fff}
#cboxTopLeft{width:4px; height:4px; background:#525252;}
#cboxTopRight{width:4px; height:4px; background:#525252;}
#cboxBottomLeft{width:4px; height:4px; background:#525252;}
#cboxBottomRight{width:4px; height:4px; background:#525252;}
#cboxMiddleLeft{width:4px; background:#525252;}
#cboxMiddleRight{width:4px; background:#525252;}
#cboxTopCenter{height:4px; background:#525252;}
#cboxBottomCenter{height:4px; background:#525252;}

#cboxTitle {color:#FF0000;font-size:18px;font-weight:bold;text-align:left; line-height:30px;top:10px;left:0px;position:absolute;margin-left:15px}
#cboxClose{position:absolute; top:10px; right:10px; background:url(../img/close.png); width:27px; height:26px; text-indent:-9999px;}


/*
#cboxClose{position:absolute; top:10px; right:10px; background:url(images/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxClose.hover{background-position:-25px -25px;}
*/
