/* CSS Document */
#carrousel {
	width: 500px;
	position: relative;
	height: 275px;
}
#arrowLeft {
	position: absolute;
	left: 413px;
	bottom: 7px;
}
#arrowRight {
	position: absolute;
	right: 13px;
	bottom: 7px;
}
#carrouselContainerExt {
	margin: auto;
	width: 500px;
	height: 275px;
	overflow: hidden;
	clear:both;
}
#carrouselContainer {
	margin: 0px;
	padding: 0px;
	
}
#carrouselContainer .innerthumb {
	display: inline;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}
