.tabberlive .tabbertabhide {
	display: none;
}
.tabber {
	margin: 0px;
	padding: 0px;
}
.tabberlive {
	text-align:center;
	margin-bottom: 0px;
	width:480px;
	height:450px;
	background:url(images/tabber-background.png) no-repeat;
	overflow:hidden;
}
ul.tabbernav {
	margin: 0px;
	padding: 0px;
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
}
ul.tabbernav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
ul.tabbernav li a {
	display:block;
	float:left;
	width:90px;
	text-align:center;
	border-bottom: none;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background:url(images/tabber.png) #111;
	color: #eee;
	margin:4px 0px 4px 5px;
}
ul.tabbernav li a:hover {
	background:url(images/tabber-hover.png) #555;
	color: #eee;
	text-decoration: none;
}
ul.tabbernav li.tabberactive a {
	background:url(images/tabber-active.png) #555;
	color: #eee;
	text-decoration: none;
}
ul.tabbernav li a:active,ul.tabbernav li.tabberactive a:hover {
	background:url(images/tabber-active.png) #555;
	color: #fff;
	text-decoration: none;
}
.tabberlive .tabbertab {
	padding: 0px;
}
.tabberlive .tabbertab h2 {
	display: none;
	margin: 0px;
	padding: 0px;
}
.tabbertab cite {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

