@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
.tabs {
	width: 360px;
	height: 180px;
	margin: 0;
	position: relative;
}
.tabs p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.tabs p a {
	color: #FFFFFF;
	text-decoration: none;
}
.tabs img {
}
.control {
	width: auto;
	height: 20px;
	top: 155px;
	right: 5px;
	position: absolute;
}
.control p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.control p a {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 0;
	background: url(../images/control.png) no-repeat top;
}
.control .now, .control p a:hover {
	background: url(../images/control.png) no-repeat bottom;
}
.tab_con {
	height: 180px;
	margin: 0;
	position: absolute;
	overflow: hidden;
}
.tabs_con ul {
	display: block;
}
.tabs_con ul li {
	display: block;
	width: 360px;
	height: 180px;
}
.tab_con img {
	width: 360px;
	height: 180px;
	margin: 0;
}
.tabs .prev, .tabs .next {
	width:15px;
	height: 20px;
	background-color: rgba(49,35,24,0.5);
	top: 120px;
	text-align: center;
	position: absolute;
}
.tabs .prev {
	left: 5px;
}
.tabs .next {
	right: 5px;
}