/* Contenitore Principale */
	#mainContainer{
		margin:0 auto;
		width:357px;
		height:282px;
		text-align:left;
		position:relative;
	}
	.clear{
		clear:both;
	}
	/* End of demo CSS */
	#DHTMLgoodies_panel_one,#DHTMLgoodies_thumbs{	/* Width of divs for thumbnails */
		width:357px;
	}
  #DHTMLgoodies_arrows{
		width:0px;
		height:0px;
		float:left;
	}
	#DHTMLgoodies_panel_one{		
		float:left;	
	}
	#DHTMLgoodies_thumbs{
		overflow:hidden;	/* Don't change this */
		height:32px;	/* Height of thumbnail div */
		width:357px;
		position:relative;	/* Never change this */
		margin-top:2px;
		float:left;
		display:inline;
	}
	#DHTMLgoodies_largeImage{	/* Large image div */
		width:346px;	/* Width of large image div */
		height:209px;	/* Height of large image div */
		float:left;
		padding:2px;
		margin:0px;
	}
	#DHTMLgoodies_largeImage img{	/* Large image */
		border:0px;	/* Border around large image */
	}
	
	/* div contenente le miniature */
	.strip_of_thumbnails{	/* A vertical strip of thumbnails */
		width:215px;	/* Width of strip */
		height:16px;
		position:absolute;
		padding-top:14px;
		padding-left:12px;
	}
	.fotine{
		position:absolute;
		background:url(../_layout/fotine.png);
		width:147px;
		height:102px;		
		top:176px;
		left:209px;
	}
	.fotine_dove_siamo{
		position:absolute;
		background:url(../_layout/fotine_dove_siamo.png);
		width:147px;
		height:102px;		
		top:176px;
		left:209px;
	}
	.strip_of_thumbnails div{
		display:inline;
		margin-right:4px;
	}
	.strip_of_thumbnails img{
		border:0px;
	}
	/* miniatura selezionata con bordo d 5px */
	.strip_of_thumbnails .activeImage{	/* Active thumbnail */
		border:0px;	/* Green border around active thumbnail */
	}
	.leftArrow{
		float:left;
	}
	.rightArrow{
		float:right;
	}
	#DHTMLgoodies_thumbs_inner{
		position:relative;	/* Never change this */
		width:1000px;
	}	