.gallery_container {
	height: 100px;
	overflow: hidden;
	position: relative;
	background: url("bg.jpg") no-repeat left top #d8261c;
	width: 100% !important;
}
.thumb_container {
	position: absolute;
	top: 0px;
	left: 25px;
	height: 100px;
	overflow: hidden;
	width: 324px !important;
	padding: 10px 0px 0px 0px;
}

.thumbs {display: block;width:50000px; white-space: nowrap;}

.thumbs a { padding:0px; margin: 0px; }
.thumbs a img {border:2px #e3ddd7 solid; }

.addfwd { display:block; position:absolute; cursor:pointer; width:25px; height:100px; top:0px; right:0px; background:url(gallery_fwd.jpg) no-repeat;  }
.addbkwd { display:block; position:absolute; cursor:pointer; width:25px; height:100px; top:0px; left:0px; background:url(gallery_back.jpg) no-repeat;  }
