

			
			
	/* ANIMATION SLIDER */		
	
	.headline {		
		float:left;
		position:relative;
		overflow:hidden;
		float:static;
	  	height: 319px;
	   	width:473px;
	}
	.slider{
		float:left;
		position:relative;

	}		
		
		.slider .items {
			position:absolute;
		   	width:auto;
			display:block;
			height: 319px;
			z-index:3;
		}
	
			.slider .containerItems {
				position:relative;
			  	height: 319px;
				top:0px;
			}
			.slider .containerItems img {
				float:left;
				padding:0;
			}
			.slider .wrapanim {
				float:left;
				position:relative;
				height:319px;
				width:473px;
			}

		.slider a.moveLeft {
			position:absolute;
			display:block;
			width:24px; height:71px;
			top:124px; left:0px;
			z-index:900;
			background:url(../img/img_viewer_flecehGauche.jpg) left top no-repeat;	
			cursor:pointer;
			text-indent:-10000px;
			border-radius-topright:5px;
			-moz-border-radius-topright:5px;
			-moz-border-radius-bottomright:5px;
			-webkit-border-radius-topright:5px;
			-webkit-border-radius-bottomright:5px;
			z-index:1000;
		}
			
		.slider a.moveRight {
			position:absolute;
			display:block;
			width:24px;
			height:71px;
			top:124px; left:449px;
			z-index:900;
			background:url(../img/img_viewer_flecheDroite.jpg) left top no-repeat;	
			cursor:pointer;
			text-indent:-10000px;
			border-radius-topright:5px;
			-moz-border-radius-topleft:5px;
			-moz-border-radius-bottomleft:5px;
			-webkit-border-radius-topleft:5px;
			-webkit-border-radius-bottomleft:5px;
			z-index:1000;
		}
			.slider a:hover{
				background-position:bottom left;
			}
		
