	body{
	background-image:url('../../images/heading3.gif');
	background-repeat:no-repeat;
	padding-top:0px;
	}
	#dhtmlgoodies_slideshow{
	width:760px;	/* Total width of slideshow */


	}
	
	#previewPane{
	border:0px solid #000;
	margin-right:50px;
	text-align:top;
	vertical-align:center;
	padding-top:0px;
	/* CSS HACK */
		height: 520px;	/* IE 5.x */
	height/* */:/**/520px;	/* Other browsers */
	height: /**/520px;
	width:580px;
	float:left;
				
	}
	#waitMessage{
	display:none;
	position:absolute;
	left:300px;
	top:150px;
	background-color:transparent;
	border:0px double #000;
	padding:4px;
	color:#FFFFFF;
	font-size:0.9em;
	font-family:"Trebuchet MS";
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
	float:left;	/* Floating */
	/* CSS HACK */
		height: 424px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	height/* */:/**/408px;	/* Other browsers */
	height: /**/428px;
	/* CSS HACK */
		width: 124px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	width/* */:/**/120px;	/* Other browsers */
	width: /**/120px;
	border:0px solid #000;	/* Black border */
	padding:0px;	/* A little space between the black border and the content inside */
	}
	#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:395px;	/* Height of boxes for the images */
	}
	#theImages div{
	position:relative;	/* Don't change this */
	height:3065px;	/* Higher than total height of thumbnails */
	left: 0px;
	top: 1px;
		
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:2px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:normal;
		text-align:center;
		font-family: Trebuchet MS, Arial;	/* Font to use */
		font-size:10px;
	}
	#theImages .imageCaption{
	display:none;
	}
