.tabbed_content {
    background-image: url(../images/back_line.gif);
    background-repeat: repeat;
	width: 650px;
    
    border-bottom: 1px dotted #333333;
    margin-bottom: 30px;
}

.tabs {
	height: 31px;
	position: relative;
    border-bottom: 1px dotted #333333;
	background-color: #99ccff;
    font-size: 14px;
    font-weight: bold;
}

.tabs .moving_bg {
	padding: 4px;
	background-color: #3a499b;
	background-image:url(../images/arrow_down_green.gif);
	position: absolute;
	width: 125px;
	z-index: 190;
	left: 0;
	padding-bottom: 21px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

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

.tabbed_content .slide_content {
	overflow: hidden;
	background-color: white;
	padding: 20px 0 20px 20px;
	position: relative;
    box-sizing:border-box;
}

.tabslider {
	width: 5000px;
}

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

.tabslider ul a {
	color: #333;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.tabslider ul a:hover {
	text-decoration: none;
}

.tabslider ul li {
    font-size: 12px;
}