
#ez_slideshow {
	width: 100%;	/* Total width of slideshow */
}
#previewPane {
	position: relative;
	border: 1px solid #D1D4DC;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	clear: both;
	
	/* CSS HACK */
	height: 283px;	/* IE 5.x */
	height/* */:/**/281px;	/* Other browsers */
	height: /**/281px;
}
#previewPane img {
	line-height: 281px;
	border: 0px;
}
#previewPane #largeImageCaption {	/* CSS styling of image caption below large image */
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size: 0.9em;
	font-style: italic;
	text-align: center;
}
#galleryContainer {
	height: 79px;	/* Height of the images + 2 */
	border: 1px solid #D1D4DC;
	position: relative;
	overflow: hidden;
	/*padding: 1px;*/
	margin: 10px auto auto auto;
	clear: both;
	
	/* CSS HACK */
	height: 81px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/79px;	/* Other browsers */
	height: /**/79px;
}
#arrow_left {
	position: absolute;
	left: 0px;
	z-index: 10;
	margin: 10px 0 10px 0;
	cursor: pointer;
	background-color: #FFF;
}
#arrow_right {
	position: absolute;
	right: 0px;
	z-index: 10;
	margin: 10px 0 10px 0;
	background-color: #FFF;
	cursor: pointer;
	float: right;
}
#theImages {
	position: absolute;
	height: 79px;
	left: 28px;
	width: 100000px;
	padding-top: 10px;		
}
#theImages #slideEnd {
	float: left;
}
#theImages img {
	float: left;
	padding: 1px;
	margin-right: 3px;
	filter: alpha(opacity=75);
	opacity: 0.75;
	cursor: pointer;
	border: 1px solid #AAAFBF;
}
#waitMessage {
	display: none;
	position: absolute;
	top: 45%;
	left: 38%;
	background-color: #FFF;
	border: 3px double #000;
	padding: 4px;
	color: #5B6279;
	font-size: 0.9em;
	font-family: arial;	
	z-index: 50;
}
#theImages .imageCaption{
	display: none;
}
#clickEnlarge {
	position: absolute;
	top: 276px;
	left: 25%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #5B6279;
	background-color: #FFF;
	z-index: 50;
}


