
/* .tabs {width:100%;text-align:center;height:20px;position: relative;border:1px solid red;} */

/* .tabs .moving_bg { */
	/* background:#60a8a2; */
	/* width:8px; */
	/* height:8px; */
	/* border-radius:50%; */
/* } */

/* .tabs .tab_item { */
	/* display: block; */
	/* background:#d7d7d7; */
	/* width:8px; */
	/* height:8px; */
	/* margin-left:15px; */
	/* border-radius:50%; */
	/* border:1px solid red; */
/* } */

/* .slide_content { */
	/* overflow: hidden; */
	/* position: relative; */
	/* width: 100%; */
/* } */

/* .tabslider { */
	/* width: 5000px; */
/* } */


.tabs {	height:15px;position: relative;margin-left:139px;}

.tabs .moving_bg {
	background-color:#60a8a2;
	position: absolute;
	float:left;
	width: 8px;
	height:8px;
	border-radius:50%;
	z-index: 210;
	left: 0;
	background-position: bottom left;
	background-repeat: no-repeat;
}

.tabs .tab_item {
	display: block;
	float: left;
	width: 8px;
	height:8px;
	border-radius:50%;
	background:#d7d7d7;
	text-align: center;
	z-index: 200;
	position: relative;
	cursor: pointer;
	margin-right:3px;
}

.slide_content {
	overflow: hidden;
	padding: 0px;
	position: relative;
	width: 330px;
	height: 330px;
}

.tabslider {
	width: 5000px;
}

.tabslider ul {
	float: left;
	width: 330px;
	margin: 0px;
	padding: 0px;
}

