@charset "utf-8";
/* CSS Document */
#slideContent {
	width:546px;
	height:240px;
	border: 0px solid rgb(0, 0, 0);
}
#slideContent #content_left{
	float:left;
	width:320px;
	z-index:4;
}

#slideContent #content_right{
	border: 0px solid rgb(0, 0, 0);
	width:240px; 
	overflow:hidden;
	float:right; 
	position: relative; z-index: 6; 
	margin: 0px;
}

#slideContent .fotocontent {
	border: 0px solid rgb(255, 0, 0);
	position:absolute;  
	overflow:hidden; 
	z-index:5;
} 

#slideContent #content_right .slideView {
	border: 0px solid rgb(255, 0, 0);
	width:236px; height:70px; 
	margin: 0px; padding: 5px;  
	background: url(icone/freccia_home_off.png) top left no-repeat; float:right;
}

#slideContent #content_right .slideView .slideViewContent { 
	border: 0px solid rgb(0, 0, 0);
	width:215px; height:70px;  
	overflow:hidden;  float:right;
}

#slideContent #content_right .slideView.over  {
	background: url(icone/freccia_home_trasp.png) top left no-repeat;
}
	

#slideContent #content_right .slideView div.slideViewContent.over { 
	background: url(icone/freccia_home_off.png) top left repeat-x;
}

#slideContent #content_right .slideView div.slideViewContent .contentIMG {
	float:left;
	width:94px;
}

#slideContent #content_right .slideView div.slideViewContent img {
	margin-right: 5px;
	border-width:0px;
}

#slideContent #content_right .slideView div.slideViewContent .contentTEXT {
	float:right;
	width:116px;
	text-align:left;
	
}

#slideContent #content_right .slideView div.slideViewContent h2 {
	border: 0px solid rgb(255, 0, 0);
	font-size:12px; line-height: 14px; color:#000000; font-weight:bold; 
	font-family:Arial, Helvetica, sans-serif;
	padding:0px;
}

	
#slideContent #content_right .slideView div.slideViewContent h2 a{
	color:#000000;
}


#slideContent #content_right .slideView div.slideViewContent p {
	font-size:11px; line-height: 11px; color:#000; font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:3px;
}

#slideContent #content_right .slideView div.slideViewContent a{
	border: 0px solid rgb(0, 0, 0);
	height:10px; margin-top: 7px; 
	text-decoration:none
}

#slideContent .videoDetailBack {
	border: 0px solid rgb(255, 255, 0);
	position:absolute;
	width:320px; height:80px;  
	background: #ffffff; 
	filter:alpha(opacity=70); -moz-opacity:.70;opacity:.70;
	margin-top:160px;
	z-index:9;
}

#slideContent .videoDetailBack h3{
	border: 0px solid rgb(255, 255, 255);
	color: black; 
	margin: 0px; 
	font-family:Arial,Helvetica,sans-serif; 
	font-size: 18px; 
	line-height:17px; 
	font-weight: bold;
	text-align:left;
	padding:10px 15px 0 15px;
}
	
#slideContent .videoDetailBack h2{
	border: 0px solid rgb(255, 255, 255);
	color:black; 
	text-decoration:none; 
	font-family:Arial,Helvetica,sans-serif; 
	font-size: 13px; 
	line-height:13px; 
	font-weight: bold;
	margin-top: 6px;
	text-align:justify;
	padding:0 15px 0 15px;
}
