#slide {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 865px;	/* Total width of slideshow */
}
#galleryContainer{
	
	height: 325px;	/* Height of the images + 2 */
	border:0px solid #CCCCCC;
	position:relative;
	overflow:hidden;
	padding-top: 35px;
	
	/* CSS HACK */
	height: 325px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/325px;	/* Other browsers */
	height: /**/325px;
			
}
#arrow_left{
	position:absolute;
	height: 330px;
	left:0px;
	z-index:10;
	padding:0px;
	background-color: #000000;
}
#arrow_right{
	position:absolute;
	height: 330px;
	right:0px;
	z-index:10;
	padding:0px;
	background-color: #000000;
}
#theImages{
	position:absolute;
	height:100px;
	left:40px;
	width:100000px;
	
}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	padding-left: 5px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	cursor:pointer;
	border:0px;
}

#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;
}
