	/*
	body{
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:80px;
	}
	*/
	#dhtmlgoodies_slideshow{
		width:600px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 532px;	/* IE 5.x */
		height/* */:/**/520px;	/* Other browsers */
		height: /**/520px;
				
	}
	#previewPane img{
		line-height:500px;
		vertical-align:middle;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */		
		text-align:center;
		padding-top:10px
	}

	#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;
	}
#galleryContainer{
	
	height:102px;	/* Height of the images + 2 */
/*	border:1px solid blue;*/
	position:relative;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	margin:0 5px 0 5px;
	width:388px;
	/* CSS HACK */
	height: 90px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/102px;	/* Other browsers */
	height: /**/90px;
			
}
#arrow_left{
	position:absolute;
	z-index:10;
	background-color: #FFF;
	margin:30px 0 0 10px;
}
#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFF;
	margin:30px 0 0 0;
}
#theImages{
	position:absolute;
/*	border:1px solid red;*/
	height:90px;
	left:0;
	margin-left:0px;

	width:100000px;
	
}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	padding:5px 8px 5px 8px;
	filter: alpha(opacity=100);
	opacity: 1;
	cursor:pointer;
	border:0px;
}
