#slideshow{
	width: 436px;	/* Total width of slideshow */
	background: #E0E3F2;
	text-align: center;
}
	
#previewPane{
	border:none;
	margin:0px;	
	text-align:center;
	vertical-align:top;
	padding:4px;
	position:relative;
		
	/* CSS HACK */
	height: 332px;	/* IE 5.x */
	height/* */:/**/320px;	/* Other browsers */
	height: /**/320px;	
}
	
#previewPane img{
	line-height:0px;
}
	
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:normal;
	text-align:center;
	font-family: Tahoma, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:11px;
	color: #486CA5;
}
	
#galleryContainer{
	height:52px;	/* Height of the images + 2 */
	border:none;
	position:relative;
	overflow:hidden;
	padding: 0px 0 4px 0;
	
	/* CSS HACK */
	height: 50px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/50px;	/* Other browsers */
	height: /**/50px;		
}
	
#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #E0E3F2;
	padding-bottom:4px;
}
	
#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #E0E3F2;
	padding-bottom:4px;		
}
	
#theImages{
	position:absolute;
	height:50px;
	left:20px;
	width:100000px;
}
	
#theImages #slideEnd{
	float:left;
}
	
#theImages img{
	float:left;
	padding:0px 2px 0 2px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}

#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	border:none;
	padding:4px;
	color:#FFFFFF;
	font-size:11px;
	font-family:Tahoma, Lucida Sans Unicode, Arial, sans-serif;	
}
	
#theImages .imageCaption{
	display:none;
}
