	
	#dhtmlgoodies_slideshow{
		margin-top:15px;
		width:500px;	/* Total width of slideshow */
		

	}

	#galleryContainer{
		
		height:80px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		
		
				
	}
	#freccia_left{
		position:absolute;
		top:-20px;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#freccia_right{
		position:absolute;
		top:-20px;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
			/*float:left;*/
		padding:1px;
		border:0px;
		filter: alpha(opacity=50);
		opacity: 0.50;
		cursor:pointer;
	}
		#theImages  a:link img {
			/*float:left;*/
		padding:1px;
		border:0px;
		filter: alpha(opacity=50);
		opacity: 0.50;
		cursor:pointer;
	}
	
	#theImages  a:hover img {
			/*float:left;*/
		padding:1px;
		border:0px;
		filter: alpha(opacity=100);
		opacity: 1;
		cursor:pointer;
	}
	


	.titolini{
			float:left;
		padding:1px;
		border:0px;
		text-align:center;
			color:#aaaaaa;
			width: 145px;
			height: 5px;
			font-size:9px;
			font-family: Tahoma;
			margin-bottom:5px;	
			border-width:1px;
			border-top-width:0px;
			border-color:#ffffff;
			border-style:solid;
			background-color:#fff;
			
		}
	
	.titolini_1{
		float:left;
		padding:1px;
		border:0px;
		text-align:center;
			color:#000000;
			width: 145px;
			height: 5px;
			font-size:9px;
			font-family: Tahoma;
			margin-bottom:5px;	
			border-width:1px;
			border-top-width:0px;
			border-color:#fff;
			border-style:solid;
			background-color:#fff;
			
		}
	
	#noo{
		
			filter: alpha(opacity=100);
			opacity: 1;
			cursor:crosshair;
		}
	