/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#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; display:none;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
    in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:url(../images/colorbox/bg_overlay.png) 0 0 repeat;}

#colorbox{}


	/*#cboxTopLeft, 
	#cboxTopCenter,
	#cboxTopRight,
	#cboxBottomLeft,
	#cboxBottomCenter,
	#cboxBottomRight,
	#cboxMiddleLeft,
	#cboxMiddleRight{width:3px; height:3px; background:#e8e8e8;}*/
	
	#cboxTopLeft{width:37px; height:37px; background:url(../images/colorbox/borderTopLeft.png) 0 0 no-repeat;}
	#cboxTopCenter{height:37px; background:url(../images/colorbox/borderTopCenter.png) 0 0 repeat-x;}
	#cboxTopRight{width:37px; height:37px; background:url(../images/colorbox/borderTopRight.png) 0 0 no-repeat;}
	#cboxBottomLeft{width:37px; height:37px; background:url(../images/colorbox/borderBottomLeft.png) 0 0 no-repeat;}
	#cboxBottomCenter{height:37px; background:url(../images/colorbox/borderBottomCenter.png) 0 0 repeat-x;}
	#cboxBottomRight{width:37px; height:37px; background:url(../images/colorbox/borderBottomRight.png) 0 0 no-repeat;}
	#cboxMiddleLeft{width:37px; background:url(../images/colorbox/borderMiddleLeft.png) 0 0 repeat-y;}
	#cboxMiddleRight{width:37px; background:url(../images/colorbox/borderMiddleRight.png) 0 0 repeat-y;}
	
	
	
	
	#cboxContent{ background:#e8e8e8; margin:0; padding:0;}
		#cboxLoadedContent{}
                #cboxTitle{   display:none;visibility:hidden}
                #cboxCurrent{ display:none; visibility:hidden; font-size:0; color:#fff;}
                #cboxSlideshow{display:none;}
                #cboxPrevious{position:absolute; top:50%; left:0px; background:url(../images/colorbox/trans_nav_arrow_left.png) 0 0 no-repeat; width:49px; height:56px; text-indent:-9999px; margin-top:-28px}
                #cboxPrevious.hover{background-color:#8e8e8; border:3px solid #e8e8e8; border-left:0;margin-top:-31px}
                #cboxNext{position:absolute; top:50%; right:0; background:url(../images/colorbox/trans_nav_arrow_right.png) 0 0 no-repeat; width:49px; height:56px; text-indent:-9999px; margin-top:-28px}
                #cboxNext.hover{background-color:#8e8e8; border:3px solid #e8e8e8; border-right:0; margin-top:-31px}
				
		#cboxPhoto{ background:#e8e8e8}	
		#cboxLoadingOverlay{background:url(../images/colorbox/bg_overlay.png) 0 0 repeat;}
                #cboxLoadingGraphic{background:url(../images/login/loadingAnimation.gif) center center no-repeat;}
				
				
		#cboxClose{position:absolute; top:0; right:0; margin:0; padding:0; border:1px solid #e8e8e8; width:17px; height:18px; overflow:hidden;line-height:500px; background:url(../images/colorbox/x_close.gif) 5px 6px no-repeat #e8e8e8;}
		#cboxClose.hover{border-color:#f61575}
		
		#cboxDl_link {position:absolute; bottom:0; right:0; margin:0; padding:4px 0 0 4px; border:1px solid #e8e8e8; background:#e8e8e8; text-transform:uppercase; font-size:9px; color:#000 }		
		#cboxDl_link:hover {border-color:#f61575 }
