#dhtmlgoodies_slideshow {
	height: 500px;
	margin: 0px;
	padding: 0px;
}
#previewPane {
	FLOAT: left;
	VERTICAL-ALIGN: middle;
	TEXT-ALIGN: center;
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	font-size: 0px;
	line-height: 0px;
}
#previewPane img {
	margin: 0px;
	padding: 0px;
}

#waitMessage {
	BORDER-RIGHT: #000 3px double;
	BORDER-TOP: #000 3px double;
	DISPLAY: none;
	FONT-SIZE: 0.9em;
	z-index:8;
	BORDER-LEFT: #000 3px double;
	COLOR: #555;
	BORDER-BOTTOM: #000 3px double;
	FONT-FAMILY: arial;
	POSITION: absolute;
	BACKGROUND-COLOR: #fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#galleryContainer {
	WIDTH: 160px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	margin: auto;
	z-index: auto;
	background-image: url(../images/scroll-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
}
#galleryContainer #arrow_down {
	Z-INDEX: 100;
	width: 88px;
	margin: auto;
	display: block;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#galleryContainer #arrow_up {
	Z-INDEX: 100;
	display: block;
	margin: auto;
	width: 88px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#theImages {
	padding: 0px;
	overflow: hidden;
	margin: auto;
	position: relative;
	height: 430px;
}
#theImages DIV {
	POSITION: relative;
	margin: auto;
}
#theImages DIV a {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: auto;
}
#theImages IMG {
	PADDING-TOP: 0px;
	padding-bottom: 0px;
	border: 3px solid #451d17;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
}

#previewPane #largeImageCaption {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	display: none;
	position: fixed;
	
}
#theImages .imageCaption {
	DISPLAY: none;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
