#dhtmlgoodies_slideshow{
		width:700px;	
		margin:0px;
		padding:0px;
	}
	
	#previewPane{
		margin:0px;
		padding:0px;
		position:relative;		
	}
	
	
	#galleryContainer{
		
	}
	
	#theImages{
		position:absolute;
		bottom:10px;
		height:20px;
		margin-left:20px;
		width:200px;
	}
	
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		cursor:pointer;
		border:0px;
		margin-right:5px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:300px;
		top:150px;
		background-color:#FFF;
		border:1px solid #555;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
