	
	#dhtmlgoodies_slideshow{
		width:100%;	/* Total width of slideshow */
		

	}

	#galleryContainer{
		
		height:55px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
	}
	
	
	#arrow_left{
		position:absolute;
		top:-20px;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		top:-20px;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	
	#theImages{
		position:absolute;
		height:100px;
		left:145px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
			/*float:left;*/
		padding:0px;
		padding-left:4px;
		padding-right:4px;
		border:0px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
	}

	.titolini{
			float:left;
		padding:1px;
		border:0px;
		
			color:#aaaaaa;
			width: 145px;
			height: 0px;
			font-size:10px;
			font-family: Trebuchet MS;
			margin-bottom:0px;	
			border-width:1px;
			border-top-width:0px;
			border-color:#f1f1f1;
			border-style:solid;
			background-color:#f1f1f1;
			
		}
	
	