#gbs_main {
	width: 860px;
	height: 300px;
	overflow: hidden;
}
#gbs_inner {
	width: 3440px;
}
#gbs_inner a {
	display: block;
	float: left;
}
#gbs_wrapper {
	position: relative;
	width: 860px;
}
#gbs_nav {
	position: absolute;
	bottom: 10px;
	right: 20px;
	background-color: black;
	color: white;
	font-family: Georgia, serif;
	text-transform: uppercase;
	padding: 5px 10px;
}
#gbs_nav a {
	color: white;
}
#gbs_nav a.current {
	color: #aa2b2b !important;
}
#gbs_thumbs {
	width: 860px;
	height: 60px;
	margin-top: 2px;
}
#gbs_thumbs img {
	float: left;
}
