/*
    ColorBox Core Style
*/
#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:hidden;}
#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;}

/* 
    ColorBox User Style
*/
#cboxOverlay{background:#000;}

#colorbox{}
#cboxContent{background:#000; margin-top:20px;}
#cboxLoadedContent{background: #ffffff url(images/brand.png) right bottom no-repeat; padding:30px 5px 50px 5px;}
#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}

#cboxPrevious{position:absolute; bottom: 15px; left:7px; background:url(images/controls.png) 0 0 no-repeat; width:100px; height:15px; text-indent:-9999px;}
#cboxNext{position:absolute; bottom: 15px; left:100px; background:url(images/controls.png) -100px 0 no-repeat; width:100px; height:15px; text-indent:-9999px;}
#cboxClose{position:absolute; top: 10px; right:5px; display:block; background:url(images/controls.png) -200px 0 no-repeat; width:60px; height:15px; text-indent:-9999px;}