#dhtmlgoodies_slideshow{
	width:610px;	/* Total width of slideshow */
}

#previewPane{
	border:1px solid #CCCCCC;
	margin: 5px 0px 0px 0px;	
	text-align:center;
	vertical-align:middle;
	
	padding: 2px 4px 2px 2px;
	
	/* CSS HACK */
	height: 300px;	/* IE 5.x */
	height/* */:/**/288px;	/* Other browsers */
	height: /**/288px;
			
}
#previewPane img{
	line-height:300px;
}
#previewPane #largeImageCaption2{	/* 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{
	margin: 30px 0px 0px 55px;
	height:82px;	/* Height of the images + 2 */

	position:relative;
	overflow:hidden;
	padding:1px;
	
	/* CSS HACK */
	height: 84px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/82px;	/* Other browsers */
	height: /**/82px;
			
}
#arrow_left{
	position:absolute;
	top:10px;
	left:7px;
	z-index:10;

	padding:1px;
}
#arrow_right{
	position:absolute;
	top:10px;
	right:0px;
	z-index:10;

	padding:1px;		
}
#theImages{
	position:absolute;
	margin:-5px 0px 0px 0px;
	height:100px;
	left:40px;
	width:100000px;
	
}
#theImages #slideEnd{
	float:left;
}
#theImages img{
	float:left;
	padding:1px;
	filter: alpha(opacity=70);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
}




#galleryContainer2{
	margin: -5px 0px 0px 55px;
	height:102px;	/* Height of the images + 2 */

	position:relative;
	overflow:hidden;
	padding:1px;
	
	/* CSS HACK */
	height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/102px;	/* Other browsers */
	height: /**/102px;
			
}
#arrow_left2{
	position:absolute;
	top:10px;
	left:5px;
	z-index:10;

	padding:1px;
}
#arrow_right2{
	position:absolute;
	top:10px;
	right:17px;
	z-index:10;

	padding:1px;		
}
#theImages2{
	position:absolute;
	height:100px;
	left:40px;
	width:100000px;
	margin:35px 0px 0px 0px;
	
}
#theImages2 #slideEnd2{
	float:left;
}
#theImages2 img{
	float:left;
	padding:1px;
	filter: alpha(opacity=70);
	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 .imageCaption{
	display:none;
}


#waitMessage2{
	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;	
}

#theImages2 .imageCaption2{
	display:none;
}