/* 
	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: #372806 url(../../_IMG/ui/ui-bg_diamond_20_372806_10x8.png) 50% 50% repeat; }



#colorbox{ border: 1px solid #BAAA5A; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; background: #443113 url(../../_IMG/ui/ui-bg_diamond_8_443113_10x8.png) repeat scroll 50% 50%; }
  
  #cboxWrapper {  }
	#cboxTopLeft{width:14px; height:14px; }
	#cboxTopCenter{height:14px; }
	#cboxTopRight{width:14px; height:14px; }
	#cboxBottomLeft{width:14px; height:43px; }
	#cboxBottomCenter{height:43px;}
	#cboxBottomRight{width:14px; height:43px; }
	#cboxMiddleLeft{width:14px;}
	#cboxMiddleRight{width:14px; }
	#cboxContent{}
		#cboxLoadedContent{margin-bottom:5px;}
		#cboxLoadingOverlay{background:url(../../_IMG/colorbox/loading_background.png) center center no-repeat;}
                #cboxLoadingGraphic{background:url(../../_IMG/colorbox/loading.gif) #f2efce center center no-repeat;}
                #cboxTitle{position:absolute; bottom:-39px; height: 32px; left:0; text-align:center; width:100%; font-weight:bold; color: white; background: #261803 url(../../_IMG/ui/ui-bg_diamond_8_261803_10x8.png) repeat scroll 50% 50%; border: 1px solid #BAAA5A; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; line-height: 32px; }
                #cboxCurrent{position:absolute; bottom:-37px; left:58px; line-height: 32px; font-weight:bold; color: white;}
                
                #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{position:absolute; bottom:-29px; background:url(../../_IMG/colorbox/controls.png) 0px 0px no-repeat; width:23px; height:23px; text-indent:-9999px;}
                #cboxPrevious{left:4px; background-position: -14px -23px; bottom: -33px; }
                #cboxPrevious.hover{background-position:-14px 0px;}
                #cboxNext{left:31px; background-position:-37px -23px; bottom: -33px; }
                #cboxNext.hover{background-position:-37px 0px;}
		#cboxClose{ width: 16px; height: 16px; right:3px; background: url(../../_IMG/ui/ui-icons_e9cd86_256x240.png) -96px -128px; }
		#cboxClose.hover { background-image: url(../../_IMG/ui/ui-icons_f9f2bd_256x240.png) } 

                .cboxSlideshow_on #cboxSlideshow{background-position:-83px -0px; right:27px;}
                .cboxSlideshow_on #cboxSlideshow.hover{background-position:-106px -0px;}
                .cboxSlideshow_off #cboxSlideshow{background-position:-106px -23px; right:27px;}
                .cboxSlideshow_off #cboxSlideshow.hover{background-position:-83px -0px;}