.tabberlive .tabbertabhide {
	display:none;
}

.tabber {
	clear:both;
}
.tabberlive {
	margin-top:1em;
}
ul.tabbernav{
	margin:0;
	padding:3px 0;
	font:12px Verdana, sans-serif;
}

ul.tabbernav li{
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a{
	padding: 3px 1.6em;
	margin-right:5px;
	background: #fff;
	text-decoration: none;
}

ul.tabbernav li a:link {
	color: #666;
	background: #fff;
	border:1px solid steelblue;
	border-bottom:0px;
}
ul.tabbernav li a:visited {
	color: #666;
	background: #fff;
	border:1px solid steelblue;
	border-bottom:0px;
}

ul.tabbernav li a:hover{
	color: #fff;
	background: #339;
	border:1px solid steelblue;
	border-bottom:0px;
}

ul.tabbernav li.tabberactive a{
	background-color: steelblue;
	color:#fff;
}

ul.tabbernav li.tabberactive a:hover{
	background-color: steelblue;
	color:#fff;
}
.tabberlive .tabbertab {
	width:695px;
	padding:0;
	border:1px solid steelblue;
	min-height:400px;
* height:400px;
*+height:400px;

/* If you set a fix height set overflow to auto and you will get a scrollbar when necessary */

/* overflow:auto; */
}

.tabberlive .tabbertab h2 {
	display:none;
}
.tabberlive .tabbertab h3 {
	display:none;
}

.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
	height:200px;
	overflow:auto;
}

