	#dhtmlgoodies_slideshow{
		width:540px;	/* Total width of slideshow */
	}
	
	#galleryContainer{
		min-height:425px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		z-index:1;
		left:7px;
		top:10px;
		overflow:hidden;
		padding:15px 1px 1px 1px;
		width:560px;
		background-color:#eeeff3;
		background-image:url(../images/sf-fotog.jpg);
		background-repeat:repeat-x;
		background-position:top;
	}
	
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #eeeff3;
		padding:50px 1px 1px 1px;
		height:250px;
		background-repeat:repeat-x;
		background-position:top;
	}
	
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #eeeff3;
		padding:50px 1px 1px 1px;
		height:200px;	
		background-repeat:repeat-x;
		background-position:top;
	}
	#arrow_right1{
		position:absolute;
		right:300px;
		z-index:10;
		background-color: #FFF;
		padding:50px 1px 1px 1px;
		height:250px;
	}
	
	#theImages{
		position:absolute;
		min-height:200px;
		left:40px;
		width:100000px;
	}
	
	#theImages #slideEnd{
		float:left;
	}
	
	#theImages img{
		float:left;
		padding:1px;
		border:0px;
		margin:0 5px 0 5px;
	}
	
	.scrittedescr {
		font-size:10px;
		margin:0px 8px 0 8px;
		text-align:center;
		font-family:Georgia, "Times New Roman", Times, serif;
	}
	
	.immaginihover {
		border:1px solid #cccccc;
	}
	
	.immaginihover:hover {
		border:1px solid #0091e0;
	}

	.scrittedescrimg {
		top:-10px;
		padding:2px;
		position:relative;
		z-index:2;
		left:200px;		
	}
