.tabbed_content {
	background-color: none;
	/*width: 500px;*/
}

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

.tabs .moving_bg {
	padding: 0px;
	/*background-color:#7F822A;*/
	background-image:url(uparrow.png);
	position: absolute;
	width: 83px;
	height:20px;
	z-index: 190;
	top: -12px;
	left: 0;
	padding-bottom: /*73*/0px;
	background-position: top left;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	display: block;
	float: left;
	width: 83px;
	height:98px;
	color: #ffffff;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
}

.tabbed_content .slide_content {
	overflow: hidden;
	/*background-color: #000000;*/
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 500px;
	color:transparent;
}

.tabslider {
	width: 5000px;
	height:inherit;
}

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

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

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

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