#dhtmlgoodies_slideshow {
	width:720px;	/* Total width of slideshow */
}
#previewPane {
	border:1px solid #000;
	margin-right:10px;
	text-align:center;
	vertical-align:middle;
	padding-top:30px;
	/* CSS HACK */
		height: 452px;	/* IE 5.x */
	height/* */:/**/420px;	/* Other browsers */
	height: /**/420px;
	width:580px;
	float:left;
}
#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;
}
#galleryContainer {	/* Big Div surrounding up image, list of images and down image */
	float:left;	/* Floating */	
	padding:0px 0 0px 0;	/* A little space between the black border and the content inside */
}
#galleryContainer #arrow_down {	/* Arrow down image */
	width:79px;
	float:left;
	padding:0px 0 0 0;
	text-align:center;
	cursor:pointer;
}
#galleryContainer #arrow_up {
	width:79px;
	float:left;
	padding:0px 0 0 0;
	cursor:pointer;
	text-align:center;	/* Arrow up image */
}
#theImages {	/* DIV where the images are located */
	position:relative;
	overflow:hidden;
	height:300px;	/* Height of boxes for the images */
	width:79px;
	float:left;
	padding:0px;
}
#theImages div {
	position:relative;	/* Don't change this */
	/*height:300px;	 Higher than total height of thumbnails */
	float:left;
}
#theImages img {
	border:0px;	/* No border */
	/*filter:alpha(opacity=50);	 Transparency - IE */
	/*opacity:0.5;  Transparency - Firefox */
	padding-top:0px;	/* Space between images */

}
#theImages ul {
	list-style:none;
	padding:0;
	margin:0;
}
#theImages ul li {
	padding:0;
	margin:0 0 5px 0;
	display:inline;
	width:79px;
}
#theImages ul li a {
	padding:3px;
	width:71px;
	border:1px dashed #b2b2b2;
	display:block;
	
}
#theImages ul li a:hover {
	border:1px dashed #d7073e;
}
#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;
}
#theImages .imageCaption {
	display:none;
}
