	body{
	background-image:url('');
	background-repeat:no-repeat;
	}
	#dhtmlgoodies_slideshow{
			/* Total width of slideshow */
        float:none;
		margin-left:480px;

	}
	
	#previewPane{
	border:1px solid #;
	margin-bottom:0px;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	position:relative;
	/* CSS HACK */
		height: 375px;	/* IE 5.x */
	height/* */:/**/375px;	/* Other browsers */
	height: /**/375px;
	background-color: #000000;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:normal;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:11px;
	}
	#galleryContainer{
	height:58px;	/* Height of the images + 2 */

		border:1px solid #000000;
		background-color:#000000;
	position:relative;
	overflow:hidden;
	padding:1px;
	/* CSS HACK */
		height: 58px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/58px;	/* Other browsers */
	height: /**/58px;
				
	}
	#arrow_left{
	position:absolute;
	border:6px solid #000000;
	z-index:8;
	background-color:#000000;
	}
	#arrow_right{
	position:absolute;
	border:6px solid #000000;
	right:0px;
	z-index:8;
	background-color: #000000;
	}
	#theImages{
	position:absolute;
	height:100px;
	left:-0px;
	width:20000px;
	background-color: #000000;
	top: 0px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
		background-color: #000000;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#000;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
		
	}
