/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#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;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}


#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

#cboxNext {cursor:pointer;width:120px;float:right}
#cboxPrevious {cursor:pointer;float:left;width:120px}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay{background: #000; }
#colorbox{
	overflow: visible; 
	margin-top: 20px;
	box-shadow: 0px 0px 10px #505050;
	-moz-box-shadow: 0px 0px 10px #505050;
	-webkit-box-shadow: 0px 0px 10px #505050;
}

.cboxPhoto{float:left; margin:auto; border:0; display:block}
	#cboxWrapper{overflow: visible;}
    #cboxTopLeft, #cboxTopRight, #cboxBottomLeft, #cboxBottomRight {width:2px; height:2px; background: #fff;} 
		#cboxTopRight {width:1px;} /* Empiric hack for IE9 */
    #cboxMiddleLeft, #cboxMiddleRight {width:2px; padding: 71px 0px 51px; background: #fff;}    
    #cboxTopCenter, #cboxBottomCenter {height:2px; padding: 0px 31px; background: #fff;}
    
    #cboxContent{background:#fff; padding: 70px 30px 50px; border: 1px solid #b2b2b2}

        #cboxTitle{position:absolute; top:20px; left:20px; width:95%; color:#2f4f8e; font-size: 1.3em;}        
        #cboxLoadingGraphic{background:url('/img/preloader.gif') no-repeat center center; top: 50px}
        #cboxClose{position:absolute; top:-30px; right:-30px; background:url('/img/close.png') no-repeat; width:60px; height:60px; text-indent:-9999px;}
		
	#colorbox.feedback #cboxMiddleLeft, #colorbox.feedback #cboxMiddleRight {padding-top: 6px;}        
	#colorbox.feedback #cboxContent {padding-top: 5px;}	


#cboxLoadedContent{overflow:auto}



#cboxNext {cursor:pointer;float:left;width:20px;}
#cboxPrevious {cursor:pointer;float:left;width:20px;}
#cboxCurrent {font-size: 0.8em; color: #767676}