﻿#top-banner
{
	width: 948px;
	height: 288px;
	position: relative;
}
#top-banner img
{
	width: 948px;
	height: 288px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	display: none;
}

#top-banner a.show,
#top-banner img.show
{
	display: block;
}

#top-banner .buttons {
	z-index: 13;
	position: absolute;
	bottom: 3px;
	left: 10px;
}

#top-banner .buttons a {
	padding: 4px 8px;
	background-color: #fff;
	color: #000;
	text-decoration: none;
	margin: 0 2px 0 0;
	display:block;
	float:left;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

#top-banner .buttons a.active {
	background-color: #901e21;
	color: #fff;
}
