	#dhtmlgoodies_slideshow{
	width:750px;
	height: 525px;
	background-color: #BDB6A9;
	}
	#previewPane{
	text-align:left;
	position:relative;
	/* CSS HACK */
		height: 402px;	/* IE 5.x */
	height/* */:/**/380px;	/* Other browsers */
	height: /**/390px;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-image: url(../images/gallery/signature.jpg);
	background-color: #BDB6A9;
	background-position: bottom right;
	padding-top: 45px;
	}
	#previewPane img{
	line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;	/* Font to use */
	font-size:14px;
	width: 300px;
	float: right;
	margin-top: 100px;
	line-height: 130%;
	}
	#galleryContainer{
	height:87px; 	/* Height of the images + 2 */
	position:relative;
	overflow:hidden;
	padding:0px;
	/* CSS HACK */
		height: 89px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/87px;	/* Other browsers */
	height: /**/87;
	background-color: #BDB6A9;
	}
	#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	padding:0px;
	background-color: #BDB6A9;
	height: 85;
	}
	#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	padding:0px;
	background-color: #BDB6A9;
	height: 85;
	}
	#theImages{
	position:absolute;
	height:85px;
	left:60px;
	width:100000px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
	float:left;
	padding:3px;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:1px #FFFFFF double;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
