.dhtmlgoodies_slideshow{
	width:900px;	/* Total width of slideshow */
	/*width:auto;*/
	padding:20px;

}

.previewPane{
	margin-bottom:10px;	
	text-align:center;
	vertical-align:middle;
	padding:5px;
	color:#00713B;
	text-align:left;
	font-size:14px;
	font-weight:bold;

	position:relative;
	
	/* CSS HACK */
	height: 15px;	/* IE 5.x */
	height/* */:/**/15px;	/* Other browsers */
	height: /**/15px;
			
}
.previewPane img{
	line-height:400px;
}
.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;
}
.ProductContainer{
	
	height:114px;	/* Height of the images + 2 */
	/*border-bottom:1px solid #00713B;*/
	position:relative;
	overflow:hidden;
	padding:1px;
	
	/* CSS HACK */
	height: 114px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/114px;	/* Other browsers */
	height: /**/114px;
			
}
.arrow_left{
	float:left;
	left:0px;
	z-index:10;
	/*background-color: #FFF;*/
	margin:0px;
	margin-top:45px;
}
.arrow_right{
	float:left;
	right:0px;
	z-index:10;
	/*background-color: #FFF;*/
	margin:0px;
	margin-top:45px;		
}
.arrow_right2{
	float:left;
	right:0px;
	background-color: #FFF;
	padding:1px;		
}
.theImages{
	position:absolute;
	height:112px;
	left:200px;
	width:100000px;
	/*border-top:1px solid #000000;*/
	
}
.slideEnd{
	float:left;
	/*border:1px solid #000000;*/
}
.theImages img{
	float:left;
	padding:0px 0px 0px 0px;
	/*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;	
}