
	#dhtmlgoodies_slideshow{
		width:700px;	/* Total width of slideshow */
		padding:0px;
		margin:0px;
		margin-top:5px;
		margin-bottom:5px;
		border:0px solid;
	}
	
	
	#galleryContainer{
		height:230px;	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:0px;
		

				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding:0px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		padding:0px;		
	}
	#theImages{
		position:absolute;
		height:230px;
		left:20px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:0px;
		filter: alpha(opacity=90);
		opacity: .75;
		cursor:pointer;
		border:0px;
		padding-right:0px;
		padding-left:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}