#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;}



#cboxOverlay{background:#000;}

#colorbox{ position:absolute;}
    #cboxTopLeft{width:20px; height:20px; background:url(../images/site_images/colorbox/back.png) left 0 no-repeat;}
    #cboxTopRight{width:20px; height:20px; background:url(../images/site_images/colorbox/back.png) -1180px 0 no-repeat;}
    #cboxBottomLeft{width:20px; height:20px; background:url(../images/site_images/colorbox/back.png) left -1180px no-repeat;}
    #cboxBottomRight{width:20px; height:20px; background:url(../images/site_images/colorbox/back.png) -1180px -1180px no-repeat;}
   
   #cboxMiddleLeft{width:20px; background:url(../images/site_images/colorbox/back.png) left -40px repeat-y;}
    #cboxMiddleRight{width:20px; background:url(../images/site_images/colorbox/back.png) right -40px repeat-y;}
    
	#cboxTopCenter{height:20px; background:url(../images/site_images/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:20px; background:url(../images/site_images/colorbox/border.png) 0 -20px repeat-x;}
	
	
	
	
        #cboxLoadedContent{margin-bottom:44px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../images/site_images/colorbox/controls.png) -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/site_images/colorbox/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/site_images/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../images/site_images/colorbox/loading.gif) center center no-repeat;}
        
		
		#cboxContent {overflow:visible;}
		#cboxClose{position:absolute; top:-10px;  right:-6px; background:url(../images/site_images/colorbox/close.png) no-repeat; width:31px; height:31px; overflow:hidden; display:block; text-indent:-3000em;}
        #cboxClose.hover{background-position:left bottom;}
		
		

