	#dhtmlgoodies_slideshow{
		width:730px;	/* Total width of slideshow */
	}
	
	#previewPane{
		margin-bottom:10px;	
		position:relative;
		/* CSS HACK */
		height: 430px;	/* IE 5.x */
		height/* */:/**/430px;	/* Other browsers */
		height: /**/430px;
				
	}
	#previewPane img{
		line-height:430px;
	}
	#largeImageCaption{	/* CSS styling of image caption below large image */
		color:#000;
	}
	#galleryContainer{
	width:575px;
	position:relative;
	overflow:hidden;
	float:left;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
				
	}
	#theImages{
	position:relative;
	width:575px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
	padding-right:10px;
	padding-bottom:10px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
		
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:20px;
		top:20px;
		background-color:#000000;
		width:50px;
		height:50px;
		background-image:url(http://www.idealformteam.com/casa/prodotti/images/load.gif);

	}
	
	#theImages .imageCaption{
		display:none;
	}

