.tabs {
  position: relative;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  width: 476px;
}
.tabs input {
  position: absolute;
	z-index: 1000;
	height: 25px;
  width: 77px;
	left: 10px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabs input#tab-2{
	left: 89px;
}
.tabs input#tab-3{
	left: 170px;
}
.tabs input#tab-4{
	left: 265px;
}
.tabs input#tab-9{
  left: 349px;
}
.tabs label {
background: rgb(208, 231, 231);
font-size: 14px;
line-height: 24px;
height: 24px;
position: relative;
padding-top: 0px;
padding-right: 11px;
padding-bottom: 0px;
padding-left: 11px;
float: left;
display: block;
color: rgb(0, 0, 0);
font-weight: normal;
text-align: left;
text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
}
.tabs label:after {
    content: '';
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 2px;
	display: block;
}
.tabs input:hover + label {
	background: #5ba4a4;
}
.tab-label-2 {
    z-index: 3;
}
.tab-label-3 {
    z-index: 2;
}
.tab-label-4 {
    z-index: 1;
}
.tab-label-9 {
    z-index: 0;
}
.tabs input:checked + label {
    background: #fff;
    z-index: 6;
    -webkit-animation: page 0.2s linear;
    -moz-animation: page 0.2s linear;
    -ms-animation: page 0.2s linear;
    -o-animation: page 0.2s linear;
    animation: page 0.2s linear;
    height: 22px;
    border: 1px solid #E8E8E8;
}
.clear-shadow {
	clear: both;
}
.contentX {
    border: 1px solid #E8E8E8;
    background: #FFFFFF;
    position: relative;
    width: 100%;
    z-index: 5;
}
.contentX div {
  display: none;
    transform: none;
  padding: 19px 13px 9px;
  z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.content-1, .content-3 .content-9 {
	-webkit-transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	-o-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
}
.content-2, .content-4 {
    -webkit-transform: translateX(250px);
	-moz-transform: translateX(250px);
	-o-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}
.tabs input.tab-selector-1:checked ~ .contentX .content-1,
.tabs input.tab-selector-2:checked ~ .contentX .content-2,
.tabs input.tab-selector-3:checked ~ .contentX .content-3,
.tabs input.tab-selector-4:checked ~ .contentX .content-4,
.tabs input.tab-selector-9:checked ~ .contentX .content-9 {
    -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	display: block;
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.1s;
    -moz-transition: all ease-out 0.2s 0.1s;
    -o-transition: all ease-out 0.2s 0.1s;
    -ms-transition: all ease-out 0.2s 0.1s;
    transition: all ease-out 0.2s 0.1s;
}
.contentX div h2,
.contentX div h3{
	color: #398080;
}
.contentX div p {
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	text-align: left;
	margin: 0;
	color: #858484;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 0px solid rgba(63,148,148, 0.1);
}
@keyframes "page" {
 0% {
    left: 0;
 }
 50% {
    left: 10px;
 }
 100% {
    left: 0;
 }
}
@-moz-keyframes page {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }
}
@-webkit-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }
}
@-ms-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }
}
@-o-keyframes "page" {
 0% {
   left: 0;
 }
 50% {
   left: 10px;
 }
 100% {
   left: 0;
 }
}