.endwrap{
	position:relative;
}

.end{
	position: absolute;
	overflow: hidden;
	display: inline;
	width: 833px;
	height: 100%;
	z-index: 9999;
	text-align: center;
	margin: 0px !important;
	background: rgba(256,256,256,0.3);
}

.end img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -58px;
  margin-left: -99px;
}

.tableConteiner{
	position: relative;
	margin:20px auto;
}

th{
	width:30%;
}

.basis th{
	background-image:url('../../../image/lower/img_thBg-pink.gif') !important;
}

.general th{
	background-image:url('../../../image/lower/img_thBg-green.gif') !important;
}

.inPageLink{
	margin: 20px auto 10px auto;
	text-align:center;
}
.inPageLink li{
	display:inline-block;
	text-indent: 100%; 
    white-space: nowrap; 
    overflow: hidden; 
}

.course a{
	display:block;
	width:259px;
	height:50px;
	background-image:url('../image/btn_course.jpg');
	background-repeat:no-repeat;
}

.course a:hover,
.course a.current
{
	background-image:url('../image/btn_course-on.jpg');
}

.aptitude a{
	display:block;
	width:259px;
	height:50px;
	background-image:url('../image/btn_aptitude.jpg');
	background-repeat:no-repeat;
}

.aptitude a:hover,
.aptitude a.current{
	background-image:url('../image/btn_aptitude-on.jpg');
}
.education a{
	display:block;
	width:259px;
	height:50px;
	background-image:url('../image/btn_education-on.png');
	background-repeat:no-repeat;
}


.underConstruction{
	position:relative;
	overflow:hidden;
}

.cover{
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	background:rgba(256,256,256,0.7);
}
.coverInner{
	position: relative;
  text-align: center;
	  top: 25%;
	  left: 0;
}

.coverTitle{
	font-size:30px;
	font-weight:bold;
	color:#FA5C7F !important;
	text-shadow:1px 1px 5px rgba(0,0,0,0.5);
}