.tabbed_content {
	width: 525px;
    height: 298px;	
}

.tabs {
	height: 53px;
	position: relative;
    background-color:#606060
}

.tabs .moving_bg {
	padding: 0 0 0 0;
	background-color:#900000;
	background-image:url(../images/redtabpointer3.png);
	position: absolute;
	width: 175px;
	z-index: 190;
	left: 0;
	padding-bottom: 35px;
	background-position: bottom left;
	background-repeat: no-repeat;
    height:18px;
}

.tabs .stripe_bg {
	padding: 0 0 0 0;
	background-color:#404040;
	position: absolute;
	width: 525px;
	z-index: 189;
	left: 0;
    top:40px;
    height:14px;

}

.tabs .tab_item {
	display: block;
	float: left;
	padding: 12px 0 0 0;
	width: 175px;
	color: #FFFFFF;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
    font-size:10pt;
    font-weight:bold;
}

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: #F3F3F3;
	padding: 0;
	position: relative;
	width: 525px;
    height: 245px;
}

.tabslider {
	width: 3000px;
}

.tabslider .slide {
	float: left;
	width: 525px;
	margin: 0px;
	padding: 0px;
	margin-right: 0px;
}


.tabslider ul li {
	
}