#dhtmlgoodies_slideshow{
	width:741px;	/* Total width of slideshow */
	position: relative;
	margin:55px 0px 30px 0px;
}

#previewPane{
	/*border:1px solid #ae601f;*/
	margin-bottom:0px;	
	text-align:center;
	vertical-align:middle;
	padding-top:0px;

	position:relative;
	
	/* CSS HACK */
	height: 362px;	/* IE 5.x */
	height/* */:/**/450px;	/* Other browsers */
	height: /**/450px;
			
}
#previewPane img{
	line-height:450px;
}
#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:1.2em;
}
#galleryContainer{
	
	height:315px;	/* Height of the images + 2 */
	
	position:relative;
	overflow:hidden;
	padding:49px 1px 1px 1px;
	background-color:#fff;
	
	/* CSS HACK */
	height: 317px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/315px;	/* Other browsers */
	height: /**/315px;
			
}
.graybar{ background-color:#e1ded9; height:217px; margin:0px 0px 0px 0px; }
#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	top:13px;
	background-color: #FFF;
	padding:0px 1px 0px 1px;
}
#arrow_right{
	position:absolute;
	right:0px;
	top:13px;
	z-index:10;
	background-color: #FFF;
	padding:0px 1px 0px 1px;		
}
#theImages{
	position:absolute;
	top:14px;
	height:315px;
	left:30px;
	width:100000px;
	padding:0px 0px 0px 6px;
	
}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	padding:0px 4px 0px 4px;
	/*filter: alpha(opacity=50);
	opacity: 0.5;*/
	cursor:pointer;
	border:0px;
}

#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;	
}

#theImages .imageCaption1{
	position:absolute;
	top:295px;
	left:29px;
}
#theImages .imageCaption2{
	position:absolute;
	top:295px;
	left:285px;
}
#theImages .imageCaption3{
	position:absolute;
	top:295px;
	left:500px;
}
#theImages .imageCaption4{
	position:absolute;
	top:295px;
	left:730px;
}
#theImages .imageCaption5{
	position:absolute;
	top:295px;
	left:910px;
}
#theImages .imageCaption6{
	position:absolute;
	top:295px;
	left:1150px;
}
#theImages .imageCaption7{
	position:absolute;
	top:295px;
	left:1365px;
}
#theImages .imageCaption8{
	position:absolute;
	top:295px;
	left:1570px;
}
#theImages .imageCaption9{
	position:absolute;
	top:295px;
	left:1795px;
}
#theImages .imageCaption10{
	position:absolute;
	top:295px;
	left:2005px;
}
#theImages .imageCaption11{
	position:absolute;
	top:295px;
	left:2220px;
}


