.tabbed_content {
	width: 420px;
}

.tabs {
	//height: 62px;
	position: relative;
	font-size : 17px;
	color: #ffffff;
}

.tabs .moving_bg {
	padding: 15px;
	background-image:url(images/arrow_down.png);
	position: absolute;
	width: 125px;
	z-index: 190;
	right: 0;
	padding-bottom: 29px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	display: block;
	float: right;
	padding: 15px 5px;
	width: 155px;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	font-size: 19px;
	letter-spacing: 1.5px;
}

.tab_item a {
	color: #FFFFFF;
	text-decoration: none;
}

.tabbed_content .slide_content {
	overflow: hidden;

	padding: 20px 0 20px 20px;
	position: relative;
	width: 400px;
}

.tabslider {
	width: 5000px;
}

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

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

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

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