.tabbed_content {
		width: 760px;	
}

.tabs {
	height: 20px;
	position: relative;

}

.tabs .moving_bg {
	padding: 3px 15px 3px 15px;
	position: absolute;
	width: 125px;
	z-index: 190;
	left: 0;
	color: #000000;
        background-color: #B4792D;
	background-position: bottom left;
	background-repeat: no-repeat;
	font-family: Dosis;
	text-transform: uppercase;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 3px 15px 3px 15px;
       
	width: 125px;
	color: #000000;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	font-family: Dosis;
	text-transform: uppercase;
}

.tabbed_content .slide_content {
	overflow: hidden;
	position: relative;
	width: 780px;
	height: 190px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 780px;
	margin: 0px;
	padding: 0px;
	margin-right: 20px;
}

.tabslider ul a {
	color: #B4792D;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #B4792D;
}

.tabslider ul li {
	padding-bottom: 7px;
}

h6 { margin: -5px;
        padding: -6px;
	font: 20px calibri;
        color:#000000;
	font-style:Calibri;
	text-align:center;
        text-transform: none;
	letter-spacing:-1px;
	}

