/* -----------------------------
 Slide Show
------------------------------*/

#dhtmlgoodies_slideshow {
	width:145px;	/* Total width of slideshow */
}
#galleryContainer {		
	height:40px;	/* Height of the images + 2 */
	border:1px solid #ffffff;
	position:relative;
	overflow:hidden;
	padding:1px;
	
	/* CSS HACK */
	height: 42px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/40px;	/* Other browsers */
	height: /**/40px;
			
}
#theImages{
	position: absolute;
	height: 38px;
	left: 2px;
	width: 100000px;
	
}
#theImages #slideEnd {
	float: left;
}
#theImages img {
	float:left;
	padding:1px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	cursor: pointer;
	border: 0px;
}
/* clickwerk */
#arrow_left {
	/*cursor: w-resize;*/
	cursor: pointer;	
}
#arrow_right {
	/*cursor: w-resize;*/
	cursor: pointer;	
}
