#gallery {
	width: 340px;
	height: 247px;
	position: relative;
	overflow: hidden;
	float: left;
}
#imgtitle {
	position: absolute;
	right: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	color: white;
	z-index: 20;
	background-color: #666666;
	bottom: 0px;
	display: block;
	width: 328px;
	margin-left: 10px;
}
#gal_left, #gal_right {
	height: 247px;
	display: block;
	background-color: #aba29c;
	width: 10px;
	float: left;
	text-indent: -9999px;
}
#gal_left {
	background-image: url(../layout/prev.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#gal_right {
	background-image: url(../layout/next.gif);
	background-position: left center;
	background-repeat: no-repeat;
}




/* note width set here will be overridden by jquery*/
#gallery #contain {
	position: absolute;
	top: 0px;
	left: 0px;
}
#gallery #contain img {
	float: left;
}

