/*Galleria in prima pagina*/

#thumbs ul {
	list-style:			none; 
	padding:			0; 
	margin:				auto; 

	}
	
#thumbs ul li {
	display:			inline; 
	width:				165px; 
	height:				165px; 
	}
#thumbs ul li a {
	display:			block; 
	cursor:				default; 
	text-decoration:	none;
	}

#thumbs ul li a img {
	display:			block; 
	width:				165px; 
	height:				165px; 
	border:				2px solid #006699;
	}
#thumbs ul li a:hover 
{
	white-space:		normal; 
}

#thumbs ul li a:hover img 
{
	border-color:		#cc0000;
}

.titlegallery
{
	background:			url(../img/hdtable.jpg);
	width:				169px;
	height:				20px;
	line-height:		20px;
	color:				white;
	font-weight:		bold;
}

.titlegallery a, .titlegallery a:visited
{
	color:				white;
	font-weight:		bold;
	text-decoration:	none;
}

.titlegallery a:hover
{
	text-decoration:	underline;
}

/*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;}
