.tabs {
	position: relative;
	margin: 0px auto;
	width: 100%;
	height: 100%;
	background: url(left3_b.jpg) repeat-y;
}

.tabs input {
	position: absolute;
	z-index: 1000;
	width: 11%;
	height: 130px;
	left: 0px;
	top: 0px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: pointer;
}

.tabs input#tab-2 {
	top: 130px;
}

.tabs input#tab-3 {
	top: 260px;
}

.tabs input#tab-4 {
	top: 390px;
}

.tabs label {
	background: url(left3_b.jpg) repeat-y;
	height: 100px;
	position: relative;
	display: block;
	width: 11%;
	color: #FFFFFF;
	float: left;
	clear: both;
	font: normal 15px/20px "寰蒋闆呴粦";
	text-align: center;
	margin-bottom: 2px;
	padding-top: 30px;
}

.tabs label:after {
	background: url(left3_a.jpg) repeat-y;
	position: absolute;
	right: 0px;
	top: 0;
	width: 11%;
	height: 100px;
	color: #FF0000;
}

.tabs input:hover + label {
	color: #ccc;
}

.tabs label:first-of-type {
	z-index: 4;
}

.tab-label-2 {
	z-index: 3;
}

.tab-label-3 {
	z-index: 2;
}

.tab-label-4 {
	z-index: 1;
}

.tabs input:checked + label {
	background: url(left3_a.jpg) repeat-y;
	color: #000000;
	z-index: 6;
}

.clear-shadow {
	clear: both;
}

.content {
	background: #FFF;
	position: relative;
	width: 89%;
	margin: 0;
	height: 100%;
	z-index: 5;
	overflow: auto;
	left: 0;
	top: 0;
}

.content div {
	position: absolute;
	top: 0;
	width: 75%;
	height: 100%;
	left: 12%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	transition: all linear 0.5s;
}

.content div {
	-webkit-transform: translateY(-450px);
	-moz-transform: translateY(-450px);
	-o-transform: translateY(-450px);
	-ms-transform: translateY(-450px);
	transform: translateY(-450px);
}

.tabs input.tab-selector-1:checked ~ .content .content-1, .tabs input.tab-selector-2:checked ~ .content .content-2, .tabs input.tab-selector-3:checked ~ .content .content-3, .tabs input.tab-selector-4:checked ~ .content .content-4 {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	z-index: 100;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	-webkit-transition: all ease-out 0.3s 0.3s;
	-moz-transition: all ease-out 0.3s 0.3s;
	-o-transition: all ease-out 0.3s 0.3s;
	-ms-transition: all ease-out 0.3s 0.3s;
	transition: all ease-out 0.3s 0.3s;
}

.left .tabs .content ul li a {
	font: 15px/31px "寰蒋闆呴粦";
	display: block;
	border-bottom: 1px dotted #CCC;
	background: url(left3_e.jpg) no-repeat right center;
}

.left .tabs .content ul li a:hover {
	background: url(left3_f.jpg) no-repeat right center;
}
