	body {
		padding: 0 0 0 0 ;
		margin: 0 0 0 0 ;
	}
	#dhtmlgoodies_slideshow {
	position: absolute;
	overflow: hidden;
	width: 85%;	/* Total width of slideshow */
	left: 290px;
	top: 11px;
	height: 550px;
	}
	
	#previewPane {
	border:none;
	text-align:left;
	position:absolute;
	background-color:#FFF;
	left: 15px;
	top: 280px;
	width: 491px;
	/* CSS HACK */
	height: 268px;	/* IE 5.x */
	height/* */:/**/256px;	/* Other browsers */
	height: /**/256px;
	}
	#previewPane img{
		line-height:500px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:italic;
	font-weight:normal;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;	/* Font to use */
	font-size:14px;
	width:478px;
	height:242px;
	position: absolute;
	left: 7px;
	top: 6px;
	margin: 0 0 0 0px;
	}
	#previewPane #largeImageCaption h1{	/* CSS styling of image caption below large image */
	font-weight:normal;
	font-style:normal;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;	/* Font to use */
	font-size:11px;
	line-height:13px;
	margin: 0 0 0 3px;
	display: inline; 

	}
	#previewPane #largeImageCaption h2{	/* CSS styling of image caption below large image */
	font-weight:normal;
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;	/* Font to use */
	font-size:10px;
	padding-top:4px;
	color:#999;
	margin: 1px 0 0 0;
	}
	
	#galleryContainer{
	height: 265px;	/* Height of the images + 2 */
	border: none;
	position: absolute;
	overflow: hidden;
	padding: 1px;
	/* CSS HACK */
		height: 267px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/265px;	/* Other browsers */
	height: /**/265px;
	left: 12px;
	top: 0px;
	width: 100%;	
	}
	#arrow_left{
	position: absolute;
	left: -3px;
	z-index: 10;
	padding: 1px;
	height: 17px;
	width: 22px;
	background-color: #f5f5f0;
	top: 1px;
	}
	#arrow_right{
	position: absolute;
	left: 21px;
	z-index: 10;
	padding: 1px;
	height: 17px;
	width: 22px;
	background-color: #f5f5f0;
	top: 1px;
	}
	#block {
	position: absolute;
	height: 193px;
	width:40px;
	right: 0px;
	top: 27px;
	z-index: 10;
	background-color: #f5f5f0;
} 

	#block2 {
	position: absolute;
	height: 193px;
	width:1px;
	left: 0px;
	top: 62px;
	z-index: 10;
	background-color: #f5f5f0;
} 


	#theImages{
	position: absolute;
	display: block;
	height: 200px;
	left: 10px;
	width: 2800px;
	top: 62px;
	}
	#theImages #slideEnd{
		float: left;
	}
	#theImages img{
		float: left;
		padding: 3px 10px 0 0;
		cursor: pointer;
		border: 0px;
	}

	#waitMessage{
		display: none;
		position: absolute;
		left: 210px;
		top: 150px;
		border: none;
		padding: 4px;
		font-size: 10px;
		font-family: arial;	
	}
	
	#theImages .imageCaption{
		display: none;
	}

