.banner_slider{
	padding: 20px 0px;
}
.banner_slider .banner{
	width:1070px;
	margin:0px auto;
}
/* Slideshow style rules. */
#slideshow {
	margin:0 auto;
	width:1070px;
	height:310px;
	position:relative;
}
#slideshow #slidesContainer {
  	margin:0 auto;
  	width:960px;
  	height:310px;
  	overflow:auto; /* allow scrollbar */
  	position:relative;
  
  	-moz-box-shadow: 0 0 2px 2px #222222;
	-webkit-box-shadow: 0 0 2px 2px #222222;
	box-shadow: 0 0 2px 2px #222222;
}
#slideshow #slidesContainer .slide {
  	margin:0 auto;
  	width:940px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  	height:310px;
}
/* Slideshow controls style rules. */
.control {
  display:block;
  width:55px;
  height:310px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#navDiapo{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:25px;
	bottom:10px;
	cursor:pointer;

}
#leftControl {
  top:0;
  left:0;
  background:transparent url(/images/layout/control-left.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(/images/layout/control-right.png) no-repeat 0 0;
}