	#dhtmlgoodies_slideshow{
		width:400px;	/* Total width of slideshow */
		height:195px;


	}
	#galleryContainer{

		height:102px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;

		/* CSS HACK */
		height: 199px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/197px;	/* Other browsers */
		height: /**/197px;

	}
	#arrow_left{
	    cursor:pointer;
	}
	#arrow_right{
	    cursor:pointer;
	}
	#theImages{
		position:absolute;
		height:195px;
		width:100000px;

	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=80);
		opacity: 0.8;
		cursor:pointer;
		border:0px;
	}

	#theImages .imageCaption{
		display:none;
	}