.tabberlive .tabbertabhide {
	display: none;
	}

.tabber {
	padding: 0px;
	}

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

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

ul.tabbernav li a {
	padding: 3px 5px;
	border-bottom: none;
        font-size:10px;
	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;
	}
	
.tabberlive .tabbertab h2 {
	display: none;
	}
	
.tabberlive .tabbertab h3 {
	display: none;
	}

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

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

.tabberlive .tabbertab {	
	padding: 8px;
	background:#eee;
	}

/* If desired, hide the heading since a heading is provided by the tab */

.tabberlive .tabbertab h2 {
	}

.tabberlive .tabbertab h3 {
	display:none;
	}

.tabberlive .tabbertab ul.pop {
	}

.tabberlive .tabbertab ul.pop li {
	clear:both !important;
	border-bottom:1px solid #fff !important;
	padding: 5px 10px !important;
	}

.tabberlive .tabbertab ul.pop li a {
	}

a.blogstyle, a.blogstyle:visited{
        color: #000000;
        text-decoration: none;
        }	

img.tab-photo {
        width:300px;
	margin:0px 0px 5px 10px;
        padding:2px;
	float:right;
	border:1px solid #888888;
	}




/*--------------------------------------------------
  slider
  --------------------------------------------------*/
.mainscrollbox {
	background: #FFFFFF;
	float: left;
	width: 605px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	border: 1px solid #666666;
	}

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	background: #ffffff;
	width: 605px; /*width of featured content slider*/
	height: 260px;
	margin: 0px 0px 0px 0px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px 10px 5px 5px;
	background: #ffffff;
	width: 605px; /*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=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
	width: 568px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: left;
	background-color: #ffffff;
	padding: 10px 10px 4px 10px;
	margin: 0px 0px 0px 10px;
	color:#ffffff;
	border-top: 1px solid #aaaaaa;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #000000;
background: #ffffff;
margin-left: 5px;
border:none;
}

.pagination a:hover, .pagination a.selected{
background:none;
}

#slider2 p {
          font-size:14px;
          line-height:20px;
          color:#3c3f36;
}
