.tabbed_content {
	background-color: #fff;
	width:958px; border:1px solid #FF9148; margin:39px 0 0 17px;
}

.tabs {
	height: 62px;
	position: relative;
}

.tabs .moving_bg {
	padding: 15px 15px 29px;
	background-color:#FF9148;	
	background-repeat: no-repeat;
	background-position: left bottom;
	position: absolute;
	width:125px;
	z-index: 190; list-style:none;
	left: 0;		
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 15px;
	width: 125px;
	color: #000;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	font-weight:bold; list-style:none;	
}

.tabbed_content .slide_content {
	overflow: hidden; list-style:none;
	background-color: Transparent;
	padding: 11px 0 10px 0;
	position: relative;
	width: 950px; margin-left:8px;
}

.tabslider {
	width: 6000px;
}

.tabslider ul {
	float: left;
	width: 910px;
	margin: 0px;
	padding: 0px; list-style:none;
	margin-right: 40px;
}

.tabslider ul a {
	color: #ffffff; list-style:none;
	text-decoration: none;
}

.tabslider ul a:hover {
	color: #aaaaaa;
}

.tabslider ul li {
	padding-bottom: 7px;
}
.content
{
	background-color: Transparent !important;	
	border:none !important;
}
#tabs-1
{
    height:341px;
    overflow-y:scroll;
}