#gallery {
	position: relative;
	width: 575px;
	height: 225px;
	z-index: 0;
}
#gallery a {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
	border: 0px;
}

#gallery img {
	border: 0px;
}

#nav-img {
	background-color: #333333;
	position: absolute;
	padding: 5px;
	bottom: 0px;
	right: 0px;
	z-index: 9999;
}
#nav-img a {
	padding: 3px 5px;
}

#nav-img a:hover {
	color: white;
}

#gallery-wrap {
	position: relative;
	width: 575px;
	height: 225px;
}

#welcome-head {
	margin-right: 34px;
}