.tabberlive .tabbertabhide {
	display: none;
	}

.tabber {
	padding: 0px;
	}

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

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

ul.tabbernav li a {
	padding: 3px 0.5em;
	border-bottom: none;
	text-decoration: none;
	}

ul.tabbernav li a:link {
	color: #202020;
	background: #DDDDDD;
	margin: 0px 5px 0px 0px;
	}
	
ul.tabbernav li a:visited {
	color: #202020;
	background: #DDDDDD;
	}

ul.tabbernav li a:hover {
	background: #666666;
	color: #FFFFFF;
	text-decoration: none;
	}

ul.tabbernav li.tabberactive a {
	background: #333333;
	color: #FFFFFF;
	text-decoration: none;
	}

ul.tabbernav li.tabberactive a:hover {
	background: #333333;
	color: #FFFFFF;
	}
  
.tabberlive .tabbertab {
	background: #FFFFFF;
	padding: 10px 0px 0px 0px;
	}
	
.tabbertableft {
	float: left;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 0px 0px;
	}
	
.tabbertabright {
	float: left;
	width: 390px;
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 0px 0px;
	}

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

.tabbertab cite {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}

.tabbertab .divider {
	clear:both;
	margin:0 auto;
	height:10px;
	border-bottom:1px solid #ccc;
	}

#imageContainer {
	position:relative;
	margin:10px auto;
	width:500px;
	border:1px solid #000;
	height:309px;
}

#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
border-bottom-width: 1px;
width: 549px; /*width of featured content slider*/
height: 271px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: transparent;
width: 549px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
-moz-opacity: 0.75;
opacity: 0.5;
}

.pagination{
width: 529px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: transparent;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #636363;
background: white;
font-family:Arial;
font-size:11px;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: transparent;

}

#paginate-slider1 {
  position:absolute;
  z-index:10000;
  top:240px;
  left:0px;
}
