.tabbed_content {
	width: 300px;	
}

.tabs {
	height: 40px;
	position: relative;
}

.tabs .moving_bg {
	position: absolute;
	width: 42px;
	z-index: 190;
	left: 0px;
	bottom: 0px;
	padding-bottom: 20px;
	background-image: url(..\images\arrow_down_blue.png);
	background-image: url(../images/arrow_down_blue.png);
	background-position: bottom center;
	background-repeat: no-repeat;

}

.tabs .tab_item {
	left:0px;
	display: block;
	float: left;
	width: 60px;
	height:20px;
	color: #333;
	text-align: left;
	z-index: 200;
	position: relative;
	cursor: pointer;
	font-size:10pt;
	font-weight:bold;
	/*border:1px solid #ccc;*/
}

.tabs a {	color: #e34d51; }
.tabs a:hover {	color: #666; }

.tabbed_content .slide_content {
	overflow: hidden;
	border-top: 2px solid #ccc;
	background-color: #f9f9f9;
	padding: 10px 0 10px 15px;
	position: relative;
	width: 1000px;
}

.tabslider {
	width: 3000px;
}

.tabslider ul {
	float: left;
	width: 1000px;
	margin: 0px;
	padding: 0px;
	list-style-type: none
}

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

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

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