#command{
	width:882px;
	position:absolute;
	top:168px;
	left:0px;
	height:500px;
}

#left{
	display:block;
	float:left;
	cursor: pointer;
	position:relative;
}

#right {
	display:block;
	float:right;
	cursor: pointer;
	position:relative;
}

#innerScroller {
	height:500px;
	position:absolute;
	left:0px;
	top:0px;
	width:9000px;
	z-index:100;
}

/* larghezza della presentazione */

#outerScroller {
	display:block;
	float:left;
	height:480px;
	overflow:hidden;
	position:relative;
	width:840px;
	margin:40px 0 0 20px;
	border-left:solid 1px #DDD;
	border-right:solid 1px #DDD;
	z-index:1;
}

.singlecontainer{
	float:left;
	margin:0px 0px 0 0px;
	height:480px;
	width:210px;
	border-right:#DDD solid 1px;
	}

.innercontainer{
	float:left;
	width:190px;
	margin: 0 10px 0 10px;
	}
.sliderimg{
	width:190px;
	height:60px;
	border:solid 1px #ddd;
	text-align:center;
	padding:10px 0 0 0;
	float:left;
	position:relative;
	margin:5px 0 5px 0;
	background:#fff
	}
	
.singletext{	
	float:left;
	text-align:left;
	line-height:12px;
	font-size:9px;
	}
	
.singletextred{	
	float:left;
	text-align:left;
	line-height:12px;
	font-size:9px;
	color:#990000
	}

