/* 
	ColorBox example user style
	These 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:#171410 url(../img/fond2.jpg) repeat-x scroll left top;}

#colorbox{}
	#cboxContent{margin-top:32px; background:#171410;}
		#cboxLoadedContent{background:#171410; padding:1px;}
                #cboxLoadingGraphic{background:url(images/loading3.gif) center center no-repeat;}
                #cboxLoadingOverlay{}
                #cboxTitle{position:absolute; top:-22px; left:0; color:#FF5900; 
				padding:2px 20px 0 20px; background-color:#171410; width:100%; height:22px; text-align:left;}
                #cboxCurrent{position:absolute; top:-20px; right:105px; color:#d3d3d3;}
                
                #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.gif) 0 0 no-repeat;}

                #cboxPrevious{background-position:0px 0px; right:49px;}
                #cboxPrevious.hover{background-position:0px -25px;}
                #cboxNext{background-position:-25px 0px; right:27px;}
                #cboxNext.hover{background-position:-25px -25px;}
				#cboxClose{background-position:-50px 0px; right:5px;}
				#cboxClose.hover{background-position:-50px -25px;}

                .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:71px;}

                .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:49px;}
                .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
                .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:49px;}
                .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}
#cboxIframe, .slideshow
{
	overflow:hidden;

}
/*#pagezoom, #cboxContent, #cboxLoadedContent, #cboxIframe, #pagezoom table
{
	overflow:hidden; display:block; width:818px; height:650px; border-collapse:collapse; border:#c00 3px solid;
}*/
/*#pagezoom table,
#pagezoom h1
{
	overflow:hidden; display:block; width:600px; height:400px; border-collapse:collapse; border:#FFCC00 3px solid;
}*/