/* 
	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:#fff;}

#colorbox{background:transparent;}
#cboxTopLeft{width:18px; height:17px; background:transparent url(/css/images/borderTopLeft.png) top left no-repeat;}
#cboxTopCenter{height:17px; background:transparent url(/css/images/borderTopCenter.png) bottom left repeat;}
#cboxTopRight{width:24px; height:17px; background:transparent url(/css/images/borderTopRight.png) top left no-repeat;}
#cboxBottomLeft{width:18px; height:28px; background:transparent url(/css/images/borderBottomLeft.png) top left no-repeat;}
#cboxBottomCenter{height:28px; background:transparent url(/css/images/borderBottomCenter.png) top left repeat-x;}
#cboxBottomRight{width:24px; height:28px; background:transparent url(/css/images/borderBottomRight.png) top left no-repeat;}
#cboxMiddleLeft{width:18px; background:transparent url(/css/images/borderMiddleLeft.png) top left repeat-y;}
#cboxMiddleRight{width:24px; background:transparent url(/css/images/borderMiddleRight.png) top left repeat-y;}
#cboxContent{background:#fff;}
#cboxLoadedContent{margin-bottom:28px;background:#fff;}
#cboxTitle{position:absolute; top:25px; left:29px; text-align:left;padding:8px 0px 0px 175px; width:200px; height:33px; font-size:12px; font-weight:bold;color:#000000;background:url(/images/shusterTV.jpg) no-repeat;}
#cboxTitle strong{color:#731d24;}

#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(/css/images/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(/css/images/controls.png) 0px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
#cboxNext.hover{background-position:0px -25px;}
#cboxLoadingOverlay{background:url(/css/images/loading_background.png) center center no-repeat;}
#cboxLoadingGraphic{background:url(/css/images/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; top:25px; right:10px; background:url(/css/images/btnClose.jpg) no-repeat; width:57px; height:15px; text-indent:-9999px;}
#cboxClose.hover,#cboxClose:hover{background-image:url(/css/images/btnClose_ovr.jpg);}