div#gallery {
	width:780px;
	height:93px;
	overflow:hidden;
}
div#galleryprev {
	width:63px;
	height:93px;
	position:absolute;
	z-index:505;
}
	div#galleryprev img {
		margin-top:30px;
		cursor:pointer;
	}
div#gallerynext {
	width:63px;
	height:93px;
	position:absolute;
	z-index:505;
	margin-left:717px;
}
	div#gallerynext img {
		margin-top:30px;
		cursor:pointer;
	}
div#galleryslide {
	width:20000px;
	height:93px;
	display:block;
}
.gallerythumb {
	width:140px;
	height:93px;
	float:left;
}
	div#gallerythumbs img {
		width:140px;
		height:93px;
		border:none;
		opacity:0.8;
		filter:alpha(opacity=80);
	}
	div#gallerythumbs img:hover {
		opacity:1;
		filter:alpha(opacity=100);
	}
