.tabbed_content {
	background-color: #fff;
	width: 920px;
	margin-top:15px;	
}

.tabs {
	height: 62px;
	position: relative;
	background:url(../images/tab_mov_bg.jpg) repeat-x;
}

.tabs .moving_bg {
	padding: 15px;
	background-color:#cc141c;
	background-image:url(../images/arrow_down_green.gif);
	position: absolute;
	width: 154px;
	z-index: 190;
	left: 0;
	padding-bottom: 29px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 15px;
	width: 154px;
	color: #fff;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
}

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

.tabslider {
	width: 5000px;
}

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

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

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

.tabslider ul li {
	padding-bottom: 7px;
	width:850px;
}
.tabslider ul li img{
	float:left;
	border:3px #999 solid;
}
