	body{
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	}
	#dhtmlgoodies_slideshow{


	}
	
	#previewPane{
	margin-right:10px;
	text-align:center;
	/* CSS HACK */
		height: 476px;	/* IE 5.x */
	height/* */:/**/476px;	/* Other browsers */
	height: /**/476px;
	width:265px;
	position: absolute;
	left: 550px;
	top: 50px;
	}
	#waitMessage{
	display:none;
	position:absolute;
	left:100px;
	top:225px;
	background-color:#FFF;
	padding:4px;
	color:#555;
	font-size:0.9em;
	border-color:#d81e05;
	border-width:3px;
	border-style: solid;		
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
	/* CSS HACK */
		height: 438px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	height/* */:/**/438px;	/* Other browsers */
	height: /**/438px;
	/* CSS HACK */
		width: 50px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	width/* */:/**/50px;	/* Other browsers */
	width: /**/50px;	/* Black border */
	padding:0px;	/* A little space between the black border and the content inside */
	position: absolute;
	left: 840px;
	top: 30px;
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:35px;
	}
	#galleryContainer #arrow_up{
		height:35px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
	position:relative;
	overflow:hidden;
	height:510px;	/* Height of boxes for the images */
	padding: 0px;
	margin: 0px;
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:510px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
	border:0px;	/* No border */
	filter:alpha(opacity=80);	/* Transparency - IE */
	opacity:0.8; /* Transparency - Firefox */
	padding-top:0px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;	/* Font to use */
	font-size:0.8em;
	position: absolute;
	top: 500px;
	left: 10px;
	color: #FFFFFF;
	}
	#theImages .imageCaption{
		display:none;
	}
