p {margin: 0px; padding: 0px;}

.totalblack
{
	margin: 0px;
	padding: 0px;

	position: absolute;
	top: 0;
	left: 0;
	z-index: 109;	
	
	height: 100%; 
	width: 100%;
	display: none;
	
	background-color: #000000;
	
	filter: alpha(opacity = 90);	
	opacity: 0.9;
}

.popup
{
	margin: 0px;
	padding:10px;
	
	text-align: left;

	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 147;
		
	background: #fff;
	
	/*overflow: auto;*/
}

.legenda
{
	margin: 0px;
	padding:10px;
	
	text-align: left;

	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 148;
	width:520px;
	margin-left:-260px;
	background: #fff;
	
	/*overflow: auto;*/
}

.vide
{
	margin: 0px;
	padding:10px;
	
	text-align: left;

	position: absolute;
	top: 40px;
	left: 50%;
	z-index: 149;
	width:480px;
	margin-left:-240px;
	background: transparent;
	
	/*overflow: auto;*/
}

.carItem
{
	margin-right: 5px;
	padding: 0px;
	
	width: auto;
	text-align: center;
	
	float: left;
}
.chiudi
{
	margin: 0px;
	padding:0px;
	width: 100%;
	height: 36px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 998;
}

.ch 
{ 
	float: left; 
	width: 45%; 
	height: 36px; 
	cursor: pointer; 
	display:block;
	background: url(../img/lb/close.gif) left no-repeat
} 
.naviga
{
	margin: 0px;
	padding:0px;
	width: 100%;
	height: 589px;
	position: absolute;
	top: 36px;
	left: 0px;
	z-index: 999;
}

.pvC 
{ 
	position: absolute;
	top:560px;
	margin: 0px;
	padding: 0px;
	float: left; 
	width: 49%; 
	height: 50px; 
	text-align: left; 
	cursor: pointer; 
	display:block;
	background:transparent url(../img/lb/prev.gif) 0px no-repeat; 
} 
.nxC 
{ 	
	position: absolute;
	top:560px;
	left:300px;
	margin: 0px;
	padding: 0px;
	float: right; 
	width: 49%; 
	height: 50px; 
	text-align: right; 
	cursor: pointer; 
	display:block;
	background:transparent url(../img/lb/next.gif) 205px no-repeat; 
	
}  
#next { margin: 0px;  } 
#prev { margin: 0px;  }


.grigio6 { color: #666; }


.titRosso {
	padding: 2px 6px;
	font-size:12px;
	font-weight:bold;
	background: #c00;
	color:#fff;
	/*display: block;*/
}

