ul{
	list-type: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

.slider{
 margin: 0px;
 width: 99%;
 height: 345px;	
 overflow:hidden;
 border: 1px solid #ebebeb;
 border-radius:5px;
 box-shadow: 0px 2px 4px #666666;
 position: relative;
 background:#f3f3f3;
}

/*.slider img {
width: 99%;
height: 345px;
} */


#thumb { 
	width: 100%; 
	height: 80px; 
	margin: 10px 0px;  
}

#thumb li { 
	width: 60px; 
	float: left; 
	margin: 12px; 
	list-style: none 
}

#thumb a { 
	width: 60px; 
	padding: 3px; 
	display: block; 
	border: 3px solid #FFFFFF;
 	border-radius:3px;
 	box-shadow: 1px 1px 3px #333333;
}

#thumb li.activeSlide a { 
	border: 3px solid #0a526f;
 	border-radius:3px;
 	box-shadow: 1px 1px 3px #333333;
}

#thumb a:focus { 
	outline: none; 
}

#thumb img { 
	border: none; 
	display: block 
}


/*New ingrandimento */

#imgbig{
 margin: 0px;
 width: 97%; 
 border: 1px solid #ebebeb;
 border-radius:5px;
 box-shadow: 0px 2px 4px #666666;
 background:#f3f3f3;
 position:absolute;
 top:0px;
 left:0px;
 z-index:99;
 display:none;
}

#fricfroc {
display: none;
padding:7px;
position:absolute;
top:0px;left:0px;
background:#000000;
opacity:0.5;
color:#ffffff;
z-index:9;
border-radius:5px;
font-size:12px;
}

.slider:hover #fricfroc {
display:block;
 z-index:198;
}