/* ---------- Canale YOU TUBE pagina Video.asp ---------- */
#player{
	width: 750px;
	height: 430px;
	overflow: hidden;
	position: relative;
	margin-left:-240px;
}

.youtube .carousel {
	width: 300px;
	height: 410px;
	overflow: auto;
	position:absolute;
	left: 0px;
	z-index: 3;
	background-color:#EEEEEE;
	padding-top:20px;
	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	
	-moz-box-shadow: inset 0 0 5px #CCCCCC; /* FF3.5+ */  
	-webkit-box-shadow: inset 0 0 5px #CCCCCC; /* Saf3.0+, Chrome */  
	box-shadow: inset 0 0 5px #CCCCCC; /* Opera 10.5, IE 9.0 */
}

.youtube .thumbnail {
	width: 120px;
	margin:0;
	margin-left:20px;
	margin-right:10px;
	cursor:pointer;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	}

.youtube iframe.player {
	width: 420px;
	height: 280px;  
	overflow: auto;
	border: 0;
	margin-top:50px;
	position:absolute;
	right:0;
}

.yt-descript{
	margin:0;
	color: #000;   
	display:block;
	padding-left:20px;
	padding-right:10px;
	height:103px;
	cursor:pointer;
	color:#333333;
}

.yt-descript span.title{
	color:#438BC5;
	font-size:11px;
	font-weight:bold;
	}

.carItemContain{
	width:;
	height:100px;
}