.tabberlive .tabbertabhide {
	display: none;
	}
 
.tabbertab cite {
	background: #000;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}

.tabberleft  {
	width: 300px;
	padding: 5px;
	border-right: 1px solid #5546A5;
	}

.tabberright {
	width: 250px;
	float: right;
	padding: 5px;
	}

.tabberfeaturedleft  {
	background: #000;
	opacity:0.6;
	width: 250px;
	height: 300px;
	margin: 0px 5px 5px 0px;
	padding: 0px;
	border-right: 0px solid #5546A5;
	
	}

 .tabberinnertext {
	position:absolute;top:190px;
	height: 270px;
	width: 240px;
	padding: 5px;
	text-align: justify;
	}

 .tabberinnertext2 {
	position:absolute;top:150px;
	height: 270px;
	width: 240px;
	padding: 5px;
	text-align: justify;
	}

.tabberinnertext p {
	margin:0px;
	font-weight:bold;
	color:#FFF;
	}

.tabberinnertext h2 {
	font-size: 14px;
	font-weight:bold;
	color:#FFF;
	}

.tabberinnertext a {
	font-weight:bold;
	margin: 10px 0px 5px 0px;
	color:#FFF;
	}

.tabberfeaturedcenter {
	width:550px;
	height:300px;
	background: #000;
	padding: 0px;
	margin: 10px 10px 0px 10px;
	border: 1px solid #000;
	}


.tabber img {
	background: #000;
	border: 0px;
	margin: 0px;
	padding: 0px;
	}

.tabber a img {
	background: #000;
	border: 0px;
	margin: 0px;
	padding: 0px;
	}


.tabber h2 {
	background: #000;
	color: #ccc;
	margin: 0px;
	padding: 0px;
	}

.tabberlive {
	margin-top: 0px;
	margin-bottom: 0px;
	}
  
ul.tabbernav {
	margin: 0px;
	padding: 0px;
	color: #f4f4f4;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	}

ul.tabbernav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	}
	
ul.tabbernav li a {
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border-bottom: none;
	text-decoration: none;
	}

ul.tabbernav li a:link {
	background:#COCOCO;
	color: #000;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #5546A5;
	}
	
ul.tabbernav li a:visited {
	background: #FFF;
	color: #000;
	border-bottom: 0px solid #5546A5;
	
	}

ul.tabbernav li a:hover {
	background: #5546A5;
	color: #FFF;
	text-decoration: none;
	border-top: 1px solid #5546A5;
	}

ul.tabbernav li.tabberactive a {
	background: #E6E6FF;
	color: #000;
	text-decoration: none;
	border-left: 1px solid #5546A5;
	borde
