/* Imports
=====================================================================*/
@import "reset.css";  /* Reset styles */
@import "ie.css";  /* Internet Explorer */

/* Content
======================================================================*/
.skip { left: -999em; position: absolute; top: -999em; }

/*--- Slider ---*/
.slider-wrap {
	width: 800px;

}

.stripViewer {
	clear: both;
	height: 150px;
	margin: auto;
	overflow: hidden; 
	position: relative;
	width: 800px;
}

.stripViewer .panelContainer {
	left: 0;
	list-style-type: none;
	position: relative;
	top: 0;
	width: 100%;
	}

.stripViewer .panelContainer .panel { float:left; height: 100%; position: relative; width: 800px; }

	/* Loading message */
	.csw { height: 150px; overflow: hidden; width: 100%; }
	.csw .loading { margin: 200px 0 300px 0; text-align: center; }
	
	/* Navigation par bouton circulaires*/

	.stripNav {
	clear: both;
	margin: auto;
	left: 93%;
	position: absolute;
	top: 75px;
	width: 100%;
	z-index: 9999;
	
}

a:focus div.stripNav {
display:none;

}
	.stripNav a {
		background: url(dot.gif) no-repeat 0 0;
		display: block;
		height: 11px;
		text-indent: -999em;
		width: 11px;
	}

	.stripNav li a:hover { background-position: 0 -11px; }
	
	.stripNav li a.current { background-position: 0 -22px; }
	.stripNav ul { margin: 0 auto; }
	.stripNav ul li{ background: none; float: left; margin-right: 2px; padding: 0; }
	
	
	/* Left and right arrows */
	.stripNavL, .stripNavR {
	position: absolute;
	top: 0;
	text-indent: -999em;
	z-index: 1000;
	visibility: visible;
/*	border: 1px solid #FF0000;*/
}
	.stripNavL { left: -18px; }
	.stripNavL a { background: url(prev.png) no-repeat 0 50%; }
	.stripNavL a, .stripNavR a { display: block; height: 350px; width: 30px; }
	.stripNavL a:hover, .stripNavR a:hover { background-position: -30px 50%; }
	.stripNavL a:active, .stripNavR a:active { display: block; background-position: -60px 50%; }
	.stripNavL a:focus, .stripNavR a:focus { display: block; background-position: -30px 50%; }
	.stripNavR { right: -18px; }
	.stripNavR a { background: url(next.png) no-repeat 0 50%; }


