
	#mainContainer{
		margin: 5px 0 0 5px;
		width:630px;
		height: 322px;
		padding:3px;
		text-align:center
		}
/* STILE PER IL TESTO LINKATO NEI SINGOLI DIV DELLE THUMB */

.clear{
		clear:both;
	}

	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_arrows,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:240px;
	}
	#DHTMLgoodies_arrows{
		height: 20px;
		
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
		height: 300px;
		
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/*Don't change this */
		height:280px;	/* Height of thumbnail div */
		position:relative;	/* Never change this */
		float:left;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		/*width:400px;	 Width of large image div */
		width: 312px;
		/*height:310px;	 Height of large image div */
		height: 277px;
		float:right;
		padding-left:5px;	/* "Air" */
		padding-right:5px;	
		
		
	}
	#DHTMLgoodies_largeImage table{	/* Used table to get both horizontal and vertical center alignement of large image */
		width:100%;
		height:100%;
		text-align:center;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		/*border:1px solid red;	/* Border around large image */
	}
	
	
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:114px;	/* Width of strip */
		padding:2px;	/* "Air" inside filmstrip div */
		position:absolute;


	}
	.strip_of_thumbnails div{
		width:114px;
		height:84px;
		padding:0px;
		text-align:center;
		/*position:absolute;
		/*border:1px solid #000;*/
	}
	.strip_of_thumbnails img{
		border:0px;
		padding:0px;
	}
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:none;	/*  border around active thumbnail */
		padding:0px;
		}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:absolute;	/* Never change this */
		width:1000px;
	}	
	.sub-menu ul{
padding: 3px 0;
margin: 1px 0px 0 0;
list-style-type: none;
text-align: right;

}
.sub-menu li{
display: inline;
margin: 0;
}
.sub-menu li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #003;
font-weight: bold;
/*border-left: 1px solid #003;*/
border-right: 1px solid #003;
}
.sub-menu li a:visited{
color: #003;
}

.sub-menu li a:hover{
text-decoration: underline;
color: #2d2b2b;
}