.tabbed_content {
	background-color: #fff;
	width: 650px;	
	height: 280px;
	max-height: 350px;
	overflow:hidden;
}
.tabs {
	height: 32px;
	position: relative;
	background-color:#333;
	background-image:url(images/tabslider-top.png);
	color:#FFF;
	font-weight:bold;
}

.tabs .moving_bg {
	height: 42px;
	background-image:url(images/tabslider-bottom.png);
	background-position:center;
	position: absolute;
	width: 165px;
	z-index: 9;
	left: 0;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 2px;
	width: 132px;
	color:#FFF;
	text-align: center;
	z-index: 10;
	position: relative;
	cursor: pointer;
	height:10px;
	font-size:11px;
}


.tabbed_header{
	overflow: hidden;
	background-color: #000;
	color:#fff;
	font-weight:bold;
	height:10px;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 650px;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #fff;
	color: #333;
	padding: 0px 0 20px 0px;
	position: relative;
	width: 650px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 650px;
	margin: 0px;
	padding: 0px;
	margin-right: 0px;
}

.tabslider ul a {
	color: #000;
	text-decoration: none;
}

.tabslider ul a:hover {
	color:#C30;
}

.tabslider ul li {
	padding-bottom: 0px;
}
