

/* Home Slideshow */

#slideshow {
	position:relative; 
	margin-top: 40px;
}

#slidesContainer {
	margin: 0 auto;
	width: 770px;
	height: 540px;
	background: grey;
	overflow:auto;
	position:relative; 
}

#slidesContainer .slide {
	margin: 0 auto;
	width: 770px !important;
	height: 540px;
}

.control {
	display: block;
	width: 39px;
	height: 540px;
	text-indent: -10000px;
	position:absolute;
	cursor: pointer;
}
#leftControl {
	top: 0;
	left: 0;
	background: transparent url(../img/arrow_left.png) no-repeat  center center;
	z-index: 100;
	margin-left: 10px;
}
#rightControl {
	top: 0;
	right: 0;
	background: transparent url(../img/arrow_right.png) no-repeat center center;
	z-index: 100;
	margin-right: 5px;
}
#navDiapo{
	display:block;
	width:20px;
	height:20px;
	position:absolute;
	right:10px;
	bottom:10px;
	cursor:pointer;
	z-index:200;
}


