.container{
	width: 100%;
	position: relative;
	margin-left:0px;
}
.tabsst {
    position: relative;
	margin: 40px auto;
	width: 100%;
}

.tabsst input {
	position: absolute;
	z-index: 1000;
	width: 100px;
	height: 30px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.tabsst input#tab-2{
	left: 100px;
	width: 80px;
}
.tabsst input#tab-3{
	left: 180px;
	width: 90px;
}
.tabsst input#tab-4{
	left: 270px;
	width: 125px;
}
.tabsst input#tab-5{
	left: 400px;
	width: 105px;
}
.tabsst input#tab-6{
	left: 510px;
	width: 90px;
}


.tabsst label {
 	background: #61457f;
 	background: -moz-linear-gradient(top, #61457f# 0%, #fff 100%);
 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#61457f), color-stop(100%,#fff));
 	background: -webkit-linear-gradient(top, #674688 100%,#f0edf2 100%);
 	background: -o-linear-gradient(top, #61457f 0%,#fff 100%);
 	background: -ms-linear-gradient(top, #61457f 0%,#fff 100%);
 	background: linear-gradient(top, #61457f 0%,#fff 100%);
	background: url(../department/img/box33.jpg) no-repeat;
 	font-size: 10px;
 	line-height: 15px;
 	height: 30px;
 	position: relative;
 	padding: 4px 10px;
    float: left;
 	display: block;
 	width:auto;
 	color: #fff;
 	top: 0px;
 	letter-spacing: 1px;
 	text-transform: uppercase;
 	font-weight: bold;
 	text-align: left;
 	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
     border-radius: 10px 10px 0 0;
     box-shadow: 4px 0 4px rgba(0,0,0,0.1), -4px 0 4px rgba(0,0,0,0.1);
 }
 
.tabsst label:after {
    content: '';
	background: #f0edf2;
	color: #61457f;
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	height: 8px;
	display: block;
}

.tabsst input:hover + label {
	background: #f0edf2;
	color: #61457f;
	top: -8px;
	-webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}
.tabsst input:hover + label:after{
	background: #.tabs label {
 	background: #f0edf2;
 	background: -moz-linear-gradient(top, #f0edf2 0%, #4e8c8a 100%);
 	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0edf2), color-stop(100%,#fff));
 	background: -webkit-linear-gradient(top, #f0edf2 0%,#fff 100%);
 	background: -o-linear-gradient(top, #f0edf2 0%,#fff 100%);
 	background: -ms-linear-gradient(top, #f0edf2 0%,#fff 100%);
 	background: linear-gradient(top, #f0edf2 0%,#fff 100%);
 	font-size: 15px;
 	line-height: 40px;
 	height: 40px;
 	position: relative;
 	padding: 0 20px;
     float: left;
 	display: block;
 	width: 80px;
 	color: #61457f;
 	top: 0px;
 	letter-spacing: 1px;
 	text-transform: uppercase;
 	font-weight: bold;
 	text-align: center;
 	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
     border-radius: 3px 3px 0 0;
     box-shadow: 2px 0 2px rgba(0,0,0,0.1), -2px 0 2px rgba(0,0,0,0.1);
 };
}
.tabsst input:hover + label ~ .clear-shadow {
    top: -8px;
	color: #61457f;
	-webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}

.tabsst input:checked:hover + label {
    top: 0;
	color: #61457f;
}
.tabsst input:checked:hover + label:after{
	background: #f0edf2;
	color: #61457f;
}
.tabsst input:checked:hover + label ~ .clear-shadow {
    top: 0;
	background: #f0edf2;
	color: #61457f;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

.tabsst input.tab-selector-1:hover + label.tab-label-1 ~ .clear-shadow{
    z-index: 5;
}

.tabsst input.tab-selector-2:hover + label.tab-label-2 ~ .clear-shadow{
    z-index: 4;
}

.tabsst input.tab-selector-3:hover + label.tab-label-3 ~ .clear-shadow {
    z-index: 3;
}

.tabsst input.tab-selector-4:hover + label.tab-label-4 ~ .clear-shadow {
    z-index: 2;
}

.tabsst input.tab-selector-5:hover + label.tab-label-5 ~ .clear-shadow {
    z-index: 1;
}
.tabsst input.tab-selector-6:hover + label.tab-label-6 ~ .clear-shadow {
    z-index: 0;
}

.tabsst label:first-of-type {
    z-index: 6;
    box-shadow: 2px 0 2px rgba(0,0,0,0.1);
}

.tab-label-2 {
    z-index: 5;
}

.tab-label-3 {
    z-index: 4;
}

.tab-label-4 {
    z-index: 3;
}
.tab-label-5 {
    z-index: 2;
}
.tab-label-6 {
    z-index: 1;
}

.tabsst input:checked + label {
    background: #f0edf2;
	font-size: 10px;
	color: #61457f;
	font-weight: bold;
 	text-align: left;
 	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
	z-index: 6;
	-webkit-transition: top linear 0.2s;
    -moz-transition: top linear 0.2s;
    -o-transition: top linear 0.2s;
    -ms-transition: top linear 0.2s;
    transition: top linear 0.2s;
}

.clear-shadow {
    background: #f0edf2;
	position: relative;
	top: 0;
    height: 10px;
	margin-bottom: -10px;
    clear: both;
	z-index: -2;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2);
    border-radius: 3px;
}

.content {
    background: #f0edf2;
	position: relative;
	width: 100%;
	height: 2000px;
	z-index: 5;
	overflow: hidden;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 10px 10px 10px 10px;
}

.content div {
	width:94%;
    position: absolute;
	top: 0;
	left: 0px;
	bottom: 100%;
	padding: 0px 0px 0 30px;
	overflow:hidden;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.1s;
    -moz-transition: all linear 0.1s;
    -o-transition: all linear 0.1s;
    -ms-transition: all linear 0.1s;
    transition: all linear 0.1s;
}

.tabsst input.tab-selector-1:checked ~ .content {
	background: #f0edf2;
	position: relative;
	width: 100%;
	height: 1900px;
	z-index: 5;
	overflow: hidden;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 10px 10px 10px 10px;
}

.tabsst input.tab-selector-2:checked ~ .content {
	background: #f0edf2;
	position: relative;
	width: 100%;
	height: 4000px;
	z-index: 5;
	overflow: hidden;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 10px 10px 10px 10px;
}

.tabsst input.tab-selector-3:checked ~ .content {
	background: #f0edf2;
	position: relative;
	width: 100%;
	height: 1570px;
	z-index: 5;
	overflow: hidden;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 10px 10px 10px 10px;
}

.tabsst input.tab-selector-4:checked ~ .content {
	background: #f0edf2;
	position: relative;
	width: 100%;
	height: 1530px;
	z-index: 5;
	overflow: hidden;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 10px 10px 10px 10px;
}
	
.tabsst input.tab-selector-5:checked ~ .content {
	background: #f0edf2;
	position: relative;
	width: 100%;
	height: 1380px;
	z-index: 5;
	overflow: hidden;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 10px 10px 10px 10px;
}

.tabsst input.tab-selector-6:checked ~ .content {
	background: #f0edf2;
	position: relative;
	width: 100%;
	height: 2400px;
	z-index: 5;
	overflow: hidden;
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2), 0 2px 2px rgba(0,0,0,0.1);
    border-radius: 10px 10px 10px 10px;
}

.tabsst input.tab-selector-1:checked ~ .content .content-1,
.tabsst input.tab-selector-2:checked ~ .content .content-2,
.tabsst input.tab-selector-3:checked ~ .content .content-3,
.tabsst input.tab-selector-4:checked ~ .content .content-4,
.tabsst input.tab-selector-5:checked ~ .content .content-5,
.tabsst input.tab-selector-6:checked ~ .content .content-6 {
	bottom: 0px;
    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.2s;
    -moz-transition: all ease-out 0.2s 0.2s;
    -o-transition: all ease-out 0.2s 0.2s;
    -ms-transition: all ease-out 0.2s 0.2s;
    transition: all ease-out 0.2s 0.2s;
}
 
.education_header {
	margin: 0;
}
