div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 520px; 
	height: 350px;
	overflow: hidden;
}
div#vitrine_slider { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 745px; 
	height: 350px;
	overflow: hidden;
	margin: 0 0 10px; 
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:520px;
	height:350px;
	overflow:hidden;
	float:left;		
}

div.section img {
	border:none;
}

div.scroller div.content {
	width: 10000px;
}

div.controls {
	background: #DFDBD7 url('http://www.images-pjcx.com/dmv/fr/images/visuels/anim_home/background_navigation_volets.jpg') 0 0 no-repeat;
	width:225px;
	height:325px;
	padding-top:25px;
/*  position:absolute;*/
/*  bottom:0;*/
}

.controls img {
	border:none;
}

#lien_section1, #lien_section2, #lien_section3, #lien_section4, #lien_section5, #lien_section6 {
  text-indent:-999em;
  display:inline-block;
  width:102px;
  height:107px;
  float:left;
}

#lien_section1, #lien_section3, #lien_section5 {
  margin:0 0 0 13px;
  clear:both;
}

#lien_section1 {
  background: transparent url('http://www.images-pjcx.com/dmv/fr/images/visuels/anim_home/bouton_etape1_off.jpg') 0 0 no-repeat;
}

#lien_section2 {
  background: transparent url('http://www.images-pjcx.com/dmv/fr/images/visuels/anim_home/bouton_etape2_off.jpg') 0 0 no-repeat;
}

#lien_section3 {
  background: transparent url('http://www.images-pjcx.com/dmv/fr/images/visuels/anim_home/bouton_etape3_off.jpg') 0 0 no-repeat;
}

#lien_section4 {
  background: transparent url('http://www.images-pjcx.com/dmv/fr/images/visuels/anim_home/bouton_etape4_off.jpg') 0 0 no-repeat;
}

#lien_section5 {
  background: transparent url('http://www.images-pjcx.com/dmv/fr/images/visuels/anim_home/bouton_etape5_off.jpg') 0 0 no-repeat;
}

#lien_section6 {
  background: transparent url('http://www.images-pjcx.com/dmv/fr/images/visuels/anim_home/bouton_etape6_off.jpg') 0 0 no-repeat;
}

#lien_section1:hover, #lien_section1.active {
  background: transparent url('http://www.images-pjcx.com/dmv/fr/images/visuels/anim_home/bouton_etape1_on.jpg') 0 0 no-repeat;
}

#lien_section2:hover, #lien_section2.active {
  background: transparent url('http://www.images-pjcx.com/dmv/fr/images/visuels/anim_home/bouton_etape2_on.jpg') 0 0 no-repeat;
}

#lien_section3:hover, #lien_section3.active {
  background: transparent url('http://www.images-pjcx.com/dmv/fr/images/visuels/anim_home/bouton_etape3_on.jpg') 0 0 no-repeat;
}

#lien_section4:hover, #lien_section4.active {
  background: transparent url('http://www.images-pjcx.com/dmv/fr/images/visuels/anim_home/bouton_etape4_on.jpg') 0 0 no-repeat;
}

#lien_section5:hover, #lien_section5.active {
  background: transparent url('http://www.images-pjcx.com/dmv/fr/images/visuels/anim_home/bouton_etape5_on.jpg') 0 0 no-repeat;
}

#lien_section6:hover, #lien_section6.active {
  background: transparent url('http://www.images-pjcx.com/dmv/fr/images/visuels/anim_home/bouton_etape6_on.jpg') 0 0 no-repeat;
}


