.imageSlider
{
	margin: 0px auto;
	width: 600px;
	min-height: 171px;
	height: 171px;
	position: relative;
}

.imageSliderContainer
{
	position: absolute;
	left: 0px;
	text-align: center;
	min-height: 171px;
	height: 171px;
}

.imageSliderPrev
{
	position: absolute;
	top: 60px;
	left: 2px;	
	width: 37px;
	min-height: 54px;
}

.imageSliderNext
{
	position: absolute;
	top: 60px;
	left: 532px;	
	width: 37px;
	min-height: 54px;
	height: 54px;
}

.imageSliderImages
{
	z-order: 0;
	position: absolute;
	margin-left: 37px;
	margin-right: 37px;
	background-image: url('../immagini/back.png');
	background-repeat: no-repeat;
	width: 500px;
	min-height: 171px;	
	height: 171px;	
}

.imageSliderImages img
{
	width: 150px;
	height: 130px;
	margin-left: 5px;
	margin-top: 20px;
	border: 1px solid #dddddd;
}