@charset "utf-8";
/* CSS Document */

/* ////////////// Box in home Interviste ////////////// */

/* ////////////// struttura ////////////// */

div#slider1{
	width:263px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position:relative;
	clear:left;
}

.stripViewer { 
	overflow: hidden; 
	border: 0px solid #FFFFFF; 
	
	width: 263px; 
	height: 306px;
	float:left;
	background-image:url(../immagini/sfondo_interviste_interno.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
}
		
.stripViewer .panelContainer { 
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
		
.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 263px; 
}
		
.stripNav ul { 
	list-style: none;
}
		
.stripNav ul li {float:left;border: 1px solid #d3d3d3;}
		
.stripNav a { 
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background: #7d7d7d;
	line-height:17px;
	color: #282828;
	text-decoration: none;
	display: block;
	padding: 0 5px;
	text-transform:uppercase;
}
		
.stripNav li.tab1 a { background: #FFFFFF }
.stripNav li.tab2 a { background: #FFFFFF }
.stripNav li.tab3 a { background: #FFFFFF }
		
.stripNav li a:hover {
	background: #343e4b;
	color: #fff;
}
		
.stripNav li a.current {
	background: #7d7d7d;
	color: #fff;
}
		
