/* 
	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: #333}

#colorbox{}
	#cboxTopLeft{width:1px; height:1px; background: #FFA54A;}
	#cboxTopCenter{height:1px; background:#FFA54A;}
	#cboxTopRight{width:1px; height:1px; background: #FFA54A;}
	#cboxBottomLeft{width:1px; height:1px; background: #FFA54A;}
	#cboxBottomCenter{height:1px; background: #FFA54A;}
	#cboxBottomRight{width:1px; height:1px; background: #FFA54A;}
	#cboxMiddleLeft{width:1px; background: #FFA54A;}
	#cboxMiddleRight{width:1px; background: #FFA54A;}
	#cboxContent{background:#000;}
		#cboxLoadedContent{margin-top:28px;}
                #cboxTitle{position:absolute; top:5px; left:0; text-align:left; width:100%; padding-left: 10px; font-weight:bold; color: #fff; font-size:16px}
                #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
                #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
                #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../img/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
                #cboxPrevious.hover{background-position:-25px -25px;}
                #cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/controls.png) 0px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
                #cboxNext.hover{background-position:0px -25px;}
		#cboxLoadingOverlay{background:url(../img/loading_background.png) center center no-repeat;}
                #cboxLoadingGraphic{background:url(../img/loading.gif) center center no-repeat;}
		#cboxClose{position:absolute; top:0; right:0; background:url(../img/close.gif) no-repeat; width:28px; height:26px; text-indent:-9999px;}
/*		#cboxClose.hover{background-position:-50px -25px;} */