.dhtmlgoodies_slideshow {
	width:300px;	/* Total width of slideshow */
}
.previewPane {
	border:1px solid #444a88;
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
	padding-top:0px;
	position:relative;
}
.previewPane img {
	width:300px;
}
.previewPane .largeImageCaption {	/* CSS styling of image caption below large image */
	font-style:italic;
	text-align:center;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
	font-size:0.9em;
}
.galleryContainer {
	height:52px;
	border:1px solid #444a88;
	position:relative;
	overflow:hidden;
	padding:0px;
}
.arrow_left {
	position:absolute;
	left:0px;
	z-index:10;
	padding:0px;
}
.arrow_right {
	position:absolute;
	right:0px;
	z-index:10;
	padding:0px;
}
.theImages {
	position:absolute;
	left:20px;
	width:100000px;
}
.theImages .slideEnd {
	float:left;
}
.theImages img {
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
	height:50px;
	width:50px;
}
.waitMessage {
	display:none;
	position:absolute;
	background:url(images/loading.gif) no-repeat center;
	top:0px;
	left:0px;
	padding:0px;
	width:32px;
	height:32px;
}
.theImages .imageCaption {
	display:none;
}
a.LinkBtnEmail {
	background:#787eae;
	border:#FFF solid 1px;
	padding:5px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none	
}
a:hover.LinkBtnEmail {
	background:#192371;
	border:#FFF solid 1px;
	text-decoration:none
}
