/* 
	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/overlay.png) 0 0 repeat;}
#colorbox{font-family: Arial, Helvetica, sans-serif;border: solid 4px #FFF; padding:0; margin:0}
#cboxContent{background:#fff; padding:0; margin:0}
#cboxLoadedContent{margin-bottom:28px;}
#cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#142A66; font-size:1.2em;}
#cboxCurrent{position:absolute; bottom:3px; left:58px; color:#666; font-size: 1.0em; line-height: 1.6em;}
#cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
#cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../images/controls.png) -20px 0px no-repeat; width:20px; height:20px; text-indent:-9999px;}
#cboxPrevious.hover{background-position:-20px -20px;}
#cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/controls.png) 0px 0px no-repeat; width:20px; height:20px; text-indent:-9999px;}
#cboxNext.hover{background-position:0px -20px;}
#cboxLoadingOverlay{background:url(../images/loading_background.png) center center no-repeat;}
#cboxLoadingGraphic{background:url(../images/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; bottom:0; right:0; background:url(../images/controls.png) -40px 0px no-repeat; width:20px; height:20px; text-indent:-9999px;}
#cboxClose.hover{background-position:-40px -20px;}