#wrapper {
	display: none;
}
#gallery {
	width: 760px;
}
#gallery #cover {
	width: 760px;
	position: relative;
	z-index: 1;
}
#gallery #galLinks {
	background-color: #0b0b0b;
	height: 183px;
	width: 150px;
	margin: 0;
	color: #FFFFFF;
	font-family: "Monotype Corsiva", "Times New Roman";
	font-size: 20px;
	padding-left: 0px;
	padding-top: 20px;
	position: relative;
	z-index: 1;
	float: left;
	text-align: center;
}
#gallery #GalImage {
	position: absolute;
	z-index: 0;
	margin-top: -400px;
}
.ImageShift {
	margin-top: 0px;
}

* html #gallery #GalImage {
	margin-top: -400px;
	position: relative;
	z-index: -1;
}
#galLinks  a:link, #galLinks a:visited, #galLinks a:hover, #galLinks a:active {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 7px;
	padding-bottom: 7px;
	display: block;
}
#galLinks a:hover {
	background-image: url(../images/fade_rev.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#thumbnails {
	float: left;
	width: 210px;
	height: 415px;
	padding-top: 15px;
}
* html #thumbnails { padding-top: 20px; }
#thumbnails a {
	font-family: "Monotype Corsiva", "Times New Roman";
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
}
#thumbnails a:hover {
	background-image: url(../images/fade_rev.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#image {
	float: left;
	background-color: #0b0b0b;
	padding: 5px;
}
.border  a {
	padding: 2px;
	border: 1px dotted #0b0b0b;
	display: block;
}
.border a:hover {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
