.tabbed_content {
	background-color: #cddffb;
	width: 870px;	
}

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

.tabs .moving_bg {
	padding: 15px;
	position: absolute;
	width: 195px;
	z-index: 190;
	left: 0;
	bottom:-5px;
	padding-bottom: 29px;
	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 {
	display: block;
	float: left;
	padding: 10px;
	width: 195px;
	height:50px;
	color: #333;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	/*border:1px solid #ccc;*/
}

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

.tabslider {
	width: 5000px;
}

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

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

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

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