/*
	WIDGET STRUCTURE
*/
#sliderWrap 					    { width: 970px; padding-bottom: 0px; position: relative; }
#Slider 						    { margin-left: 20px; width: 950px;}
.stripViewer 						{ position: relative; overflow: hidden; clear: both; }
.stripViewer .panelContainer 		{ position: relative; left: 0px; top: 0px; }
.stripViewer .panelContainer .panel { float: left; position: relative; width: 935px;}
.stripNav 							{ display:none;}
.wrapper 							{ padding: 0px; }
.innerWrap 							{ overflow: hidden; width:935px;}


/* 
	MAIN TABBED NAVIGATION
*/
.stripNav li a 						{ /* Generic "CSS image replacement" */
									  display: block; height: 18px; text-indent: -9999px; }
.stripNav li a:hover, 
.stripNav li a:active, 
.stripNav li a:focus 				{ /* Restore focus styling that we removed when we removed outlines */
									  background-position: top center; }

/* 
	SUB NAVIGATION
*/

.stripNavL a, .stripNavR a			{ display: block; position: absolute; width: 90px; height: 28px; text-indent: -9999px; z-index:100; }
.contactus a#contactus				{display: block; position: absolute; width: 118px; height: 22px; text-indent: -9999px; z-index:100;}
.stripNavL a						{ bottom: 25px; left: 45px; display:block; display:none;}
.stripNavR a 						{ bottom: 25px; left:47px;  padding: 0; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #fff url(../ressources/images/suivant.png) no-repeat center;}

/* 
	HEADLINES STYLING 
*/
.panel ul 							{ width: 240px; }
