
	#dhtmlgoodies_slideshowHorizontal{
		width:210px;	/* Total width of slideshow */
		

	}
	

	#galleryContainerHorizontal{
		
		height:71px;	/* Height of the images + 2 */
		border:0;
		position:relative;
		overflow:hidden;
		padding:4px;
		
		/* CSS HACK */
		height: 71px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/71px;	/* Other browsers */
		height: /**/71px;
				
	}
	#arrow_leftHorizontal{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #c5a273;
		padding:1px;
	}
	#arrow_rightHorizontal{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #c5a273;
		padding:1px;		
	}
	#theImagesHorizontal{
		position:absolute;
		height:63px;
		left:15px;
		width:1000000px;

		
	}
	#theImagesHorizontal #slideEndHorizontal{
		float:left;
	}
	#theImagesHorizontal img{
		float:left;
		padding:0px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
		vertical-align:middle;

	}
	
	
	#theImagesHorizontal .imageCaption{
		display:none;
	}