body {
	margin: 0px;
	padding: 0px;
	background-color: #000;
	color: #FFF;
	font-family: Georgia;
	font-size: 12px;
}

#top_name {
	width: 730px
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	text-align: center;
	margin-bottom: 5px;
}

#top_nav {
	width: 715px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 0px;
	border-top: 1px solid #999;
	text-align: center;
	font: 12px Georgia;
	color: #d6d6d6;
}

#top_nav a {
	font: 12px Georgia;
	color: #999;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	-webkit-transition: color .5s;
}

#top_nav a:hover {
	color: #CCC;
	font-family: Georgia;
}

#slideshow {
	position: absolute;
	width: 100%;
	height: 500px;
	font: 12px Georgia;
	color: #666;
	margin-top: 10px;
}

a.browse {
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	z-index: 200;
}

a.right {
	display: block;
	right: 0px;
	cursor: pointer;
	width: 200px;
	height: 100%;
	background: url('images/next.png') no-repeat right center;
}

a.left {
	left: 0px;
	cursor: pointer;
	width: 200px;
	height: 100%;
	background: url('images/previous.png') no-repeat left center;
}

a.disabled {
	visibility: hidden !important;
}

.scrollable {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin-top: 5px;
	z-index: 1;
	height: 100%;
	overflow: hidden;
}

.scrollable .items {
	width: 2000em;
	position: absolute;
	clear: both;
}

.items img {
	margin-left: 5px;
}

.items div {
	float: left;
}

.nopad {
	padding-left: 3px;
	padding-right: 3px; !important
}

#bottom {
	position: absolute;
	bottom: 0px;
	height: 25px;
	line-height: 35px;
	width: 100%;
	color: #666;
	font-family: Georgia;
	text-size: 10px;
}

#bottom div {
	width: 715px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	text-align: center;
}

#bottom a {
	color: #666;
	text-decoration: none;
}

#panel {
	padding: 10px;
	z-index: 200;
	position: absolute;
	width: 500px;
	left: 50%;
	margin-left: -260px;
	background-color:#000;
	font: 14px 70% Georgia;
	color: #999;
}

#panel a {
	color: #CCC;
	text-decoration: none;
}img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

