.vsGallery {
	position: absolute;
	width: 890px;
	height: 580px;
	top: 0px;
	left: 0px;
	padding: 0px;
	background-image: url('images/overlay_gal_bg.gif');
	background-repeat: no-repeat;
}

.vsGalOutter {
	position: absolute;
	top: 25px;
	left: 15px;
	width: 860px;
	height: 470px;
	overflow: hidden;
}

.vsGalFrames {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.vsGalNavArrows a {
	display: block;
	position: relative;
	overflow: hidden;
	width: 18px;
	height: 40px;
	list-style-type: none;
}

.vsGalNavArrows a img {
	position: relative;
	top: 0px;
	border: 0px;
}

.vsGalNavArrows a img:hover {
	top: -40px;
}

#vsGalNavLeft {
	position: absolute;
	top: 240px;
	left: 30px;
}

#vsGalNavRight {
	position: absolute;
	top: 240px;
	right: 30px;
}

.vsGalThumbs {
	position: absolute;
	left: 15px;
	width: 860px;
	height: 70px;
	bottom: 15px;
	padding: 0px 30px;
}

.vsGalThumbs div {
	float: left;
	display: block;
	margin-right: 10px;
	background-image: none;
}

.vsGalThumbs div a {
	display: block;
	list-style-type: none;
	position: relative;
	overflow: hidden;
	width: 70px;
	height: 60px;
	outline: none;
}

.vsGalThumbs div a img {
	position: relative;
	top: 0px;
	behavior: url('/sitejs/iepngfix.htc');
}

.vsGalThumbs div a img:hover {
	top: -60px;
}

.vsGalThumbs div a.active img,.vsGalThumbs div a.active img:hover {
	top: -120px;
}

.vsGalClose {
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 999;
}

.vsGalClose li {
	display: block;
	position: relative;
	overflow: hidden;
	width: 16px;
	height: 16px;
	outline: none;
	list-style-type: none;
}

.vsGalClose li img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
}

.vsGalClose li img:hover {
	top: -16px;
}

div#vsGalTitle {
	position: absolute;
	left: 14px;
	top: 25px;
	width: auto;
	height: 20px;
	background-color: #870c0f;
	color: #fff;
	font-size: 16px;
	font-weight: thin;
	font-family: Helvetica;
	text-align: left;
	padding: 5px 15px;
	opacity: 0.75;
	filter: alpha(opacity = 75);
}