#galleryContainer{
	overflow:hidden;
	/* CSS HACK */
		height: 160px;	/* IE 5.x - Added 2 pixels for border left and right */
	height/* */:/**/160px;	/* Other browsers */
	height: /**/160px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #A94C0F;
	position: relative;
				
	}
.thumbContainer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #9C3400;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 144px;
	overflow: hidden;
	display: block;
	height: auto;
	float: left;
}
	#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
	width: 40px;
	height: 130px;
	}
	#arrow_right{
	position:absolute;
	right:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
	width: 40px;
	height: 130px;
	}
	#theImages{
	position:absolute;
	height:160px;
	left:40px;
	width: 10000px;
	text-align: center;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
	float:left;
	filter: alpha(opacity=50);
	opacity: 0.5;
	cursor:pointer;
	border:0px;
	width: 133px;
	}

