body {
	margin: 0;
	padding: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8b4513;
}
	
#slideshowContainer {
	width: 680px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

h1 {
	letter-spacing: 1px;
	font-size: 2.2em;
}

h2 {
	letter-spacing: 1px;
	font-size: 1.8em;
}

a {	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 20px;
	color: #8b4513
}

a:hover {
	background: #ffffff;
  	color: #000000
}

#galleryContainer {
	height: 78px;	/* Height of the images + 2 */
	border: no;
	position: relative;
	overflow: hidden;
	padding: 1px;
	/* CSS HACK */
	height: 80px;	/* IE 5.x */
	height/* */:/**/78px;	/* Other browsers */
	height: /**/78px;				
}
	
#arrow_left {
	position: absolute;
	left: 0px;
	z-index: 10;
	background-color: #FFF;
	padding: 1px;
}
	
#arrow_right {
	position: absolute;
	right: 0px;
	z-index: 10;
	background-color: #FFF;
	padding: 1px;		
}
	
#theImages {
	position: absolute;
	height: 100px;
	left: 40px;
	width: 100000px;	
}
	
#theImages #slideEnd {
	float: left;
}
	
#theImages img {
	float: left;
	padding: 5px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor: pointer;
	border: 0px;
}
	
#previewPane {
	border: no;
	margin-bottom: 20px;	
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	position: relative;	
	/* CSS HACK */
	height: 432px;	/* IE 5.x */
	height/* */:/**/420px;	/* Other browsers */
	height: /**/420px;			
}
	
#previewPane img {
line-height: 400px;
}
	
#previewPane #caption{
	margin-top: 5px;
	margin-left: 20px;
	text-align:left;
}
	
#waitMessage {
	display: none;
	position: absolute;
	left: 260px;
	top: 150px;
	background-color: #ffffff;
	border: 3px double #000;
	padding: 4px;
	color: #8b4513;
	font-size: 0.9em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
}
	
#theImages .imageCaption {
	display:none;
}
