/*Galleria in prima pagina*/
#thumbs
{
/*	border-bottom: 1px solid #006699;	
*/}

#thumbs div {
	float: 				left; 
	width:				135px; 
	height:				135px;
	margin:			15px;

	}
#thumbs div a {
	display:			block; 
	cursor:				default; 
	text-decoration:	none;
	}

#thumbs div a img {
	display:			block; 
	width:				135px; 
	height:				135px; 
	border:				5px solid #21B2DF;
	}
#thumbs div a:hover 
{
	white-space:		normal; 
}

#thumbs div a:hover img 
{
	border-color:		#0066A0;
}

/*Gallery con link agli articoli*/
div.lastimgdiv
{
	width:				100%;
	padding-bottom:		20px;
	border-bottom:		1px solid #006699;
}

div.lastimg
{
	float:				left;
	margin:				10px;
	height:				140px;
}

div.lastimg a img
{
	display:			block;
	width:				140px; 
	height:				140px; 
	border:				5px solid #21B2DF;
}

div.lastimg a:hover 
{
	white-space:		normal; 
}

div.lastimg a:hover img 
{
	border-color:		#0066A0;
}

/*Gallery completa*/

#FTcompleto {
	width: 				100%; 
	margin:				auto;
	}
.FTcat 
{
	margin-top: 		10px;
	height: 			18px; 
	color: 				#000066;
	text-decoration:	none; 
	width: 				100%; 
}

.FTimg { margin: 5px; padding-bottom: 10px;}
.FTimg h1 {font-size:14px; font-weight:normal; color:#fc0; margin:0 5px 0 5px; padding:0;}
.FTimg ul {list-style:none;  padding:0; margin:0; position:relative; float: left; }
.FTimg li { float: left;}
.FTimg ul li {display:inline; float: left; width:60px; height:60px; float:left; margin: 3px;}
.FTimg ul li a {display:block; width:60px; height:60px; cursor:default; text-decoration:none;}
.FTimg ul li a b {display:none;}
.FTimg ul li a img {display:block; width:60px; height:60px; border:1px solid #000066;}
.FTimg ul li a:hover {white-space:normal; position: absolute; }
.FTimg ul li a:hover img {left:-12px; top:-25px; width:84px; height:84px; border-color:red; border-width:2px;}