	body{
		background: cecece;
		background-repeat:no-repeat;
		padding-top:20px;
	}
	#dhtmlgoodies_slideshow  { width: 750px; height: 550px }
	
	#previewPane   { color: white; text-align: center; margin-bottom: 10px; padding-top: 10px; position: relative; height: 520px; vertical-align: middle; border: solid 1px #000000 }
	#previewPane img  { color: #fff; line-height: 300px }
	#previewPane #largeImageCaption { color: #fff; font-size: 0.9em; font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif; font-style: italic; text-align: center }
	#galleryContainer { background-color: black; list-style-position: inside; padding: 0px; position: left; height: 102px; overflow: hidden; border: solid 1px #000000 }
#arrow_left  { background-color: black; padding: 1px; position: absolute; z-index: 10; left: 0 }
#arrow_right { background-color: black; padding: 1px; position: absolute; z-index: 10; right: 0 }
#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border: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;
	}