/*body{
	background-image:url('../../images/heading3.gif');
	background-repeat:no-repeat;
	padding-top:80px;
}*/ 
#dhtmlgoodies_slideshow{
	width: 328px;	/* Total width of slideshow orig: 256 */
}

#previewPane{
	border:1px solid #666666;
	margin-bottom:10px;	
	text-align:center;
	vertical-align:middle;
	padding-top: 5px;
	padding-bottom: 5px;
	position:relative;
	
	/* CSS HACK */
	height: 432px;	/* IE 5.x */
	height/* */:/**/211px;	/* Other browsers */
	height: /**/211px;
}
#previewPane img {
	line-height:175px;
	border-color: #666666;
}
#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:102px;	/* Height of the images + 2 */
	border:1px solid #666666;
	position:relative;
	overflow:hidden;
	padding:1px;
	/* CSS HACK */
	height: 64px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/62px;	/* Other browsers */
	height: /**/62px;
}

#arrow_left{
	position:absolute;
	left: -8px;
	z-index:1000;
	background-color: #FFF;
}
#arrow_right{
	position:absolute;
	right: -8px;
	z-index:1000;
	background-color: #FFF;
	margin-bottom: 20px;		
}
/* Added by jelwood */
#arrow_left img, #arrow_right img {
	margin-top: -20px;		
}
#theImages{
	position:absolute;
	height:100px;
	left: 30px;
	right: 30px;
	top: 6px;
	width:100000px;
}
#theImages #slideEnd {
	float:left;
}
#theImages img {
	float:left;
	padding:1px;
	/* gives FF fits -- */
	filter: alpha(opacity=75); 
	opacity: 0.75;
	cursor:pointer;
	border: 0px;
}
div.thumbnail0 a:hover img, div.thumbnail0 a:active img,
div.thumbnail1 a:hover img, div.thumbnail1 a:active img,
div.thumbnail2 a:hover img, div.thumbnail2 a:active img
{
	border: 1px solid #ff00ff;
}
.thumbnail0 img, .thumbnail1 img, .thumbnail2 img {
	border: 1px solid #666666;
}
.thumbnail0 img, .thumbnail1 img, .thumbnail2 img {
	margin-bottom: 6px;
}
.thumbnail1 img {
	margin-right: 4px;
}
.thumbnail2 img {
	margin-left: 2px;
	margin-right: 2px;
}
.thumbnail0 img {
	margin-left: 4px;
}

#waitMessage{
	display:none;
	position:absolute;
	left:64px;
	top:60px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;	
}

#theImages .imageCaption{
	display:none;
}
