﻿.pagination {
  display: block;
  float: right;
  margin: -21px 73px 0;
  padding: 0;
  position: relative;
  z-index: 2000;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px; 
	background-image: url("../images/point_carrousel_OFF.png");
	background-repeat: no-repeat;
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-image: url("../images/point_carrousel_ON.png");
  background-repeat: no-repeat;
}

#btn_next_carrousel_module {
  background-image: url("../images/slide_fleche_suivant.png");
  background-repeat: no-repeat;
  float: right;
  height: 67px;
  position: absolute;
  right: 10px;
  top: 133px;
  width: 37px;
  z-index: 200;
}

#btn_preview_carrousel_module {
  background-image: url("../images/fleche_slide_precdt.png");
  background-repeat: no-repeat;
  float: left;
  height: 67px;
  left: 8px;
  position: absolute;
  top: 131px;
  width: 35px;
  z-index: 200;
}

.slides_container { 
	top: 15px;
	width:997px;
    height: 300px;
}
.slide img{
	border: 1px solid #333333;
}
#carrousel_top_home > div { 
   position: relative;
}