@charset "utf-8";

/* Slider */
.slider {
	height: 191px;
	text-align:left; 
	float:left;
	border-bottom: 2px solid #888;
    border-top: 2px solid #888;
    padding: 10px 0px 5px 0px;
}
.slider div {
	width: 191px;
	padding: 0px !important;
}
.slider .banner {
    position: relative;
    width: 191px;
    height: 191px;
    vertical-align: middle;
}
.slider .banner img {
	display:block;
	border:0 none;
	width: 180px;
	height: 160px;
	margin: 0 auto;
	display: table;
	opacity: 0.5;
    filter: alpha(opacity=50);
}
.slider .banner:hover img{
	z-index: 1;
	top: -10px;
	left: -10px;
	width: 212px;
	height: 188px;
	border: 1px solid #fff;
	position: absolute;
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.slider .banner .contentImage {
	width: 191px;
	height: 191px;
	display: block;
}
.slider .banner .linkStart {
	margin: 2px auto;
	display: block;
	text-decoration: none;
	color: #555;
	z-index: 1000;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 0px;
}
.slider .banner .contentDesc {
	margin-left: 5px;
	width: 250px;
	position: fixed;
	z-index: 999;
	display: none;
}
.slider .banner:hover > .contentDesc {
	display: block;
}
.slider .banner .contentDesc .descriptionCourse:before {
    border-top: 10px solid #d5d5ba;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    display: block;
    height: 0;
    left: 10px;
    position: absolute;
    bottom: -10px;
    width: 0;
}
.slider .banner .contentDesc .descriptionCourse {
	background: #fcfff4;
	background: #fcfff4 -webkit-linear-gradient(center top, #fcfff4 0%, #e9e9ce 100%) repeat scroll 0 0;
	background: #fcfff4    -moz-linear-gradient(center top, #fcfff4 0%, #e9e9ce 100%) repeat scroll 0 0;
	background: #fcfff4      -o-linear-gradient(center top, #fcfff4 0%, #e9e9ce 100%) repeat scroll 0 0;
	background: #fcfff4         linear-gradient(center top, #fcfff4 0%, #e9e9ce 100%) repeat scroll 0 0;
    border-bottom: 2px solid #d5d5ba;
    border-radius: 0.3em;
    border-top: 2px solid #d5d5ba;
    line-height: 13px;
    padding: 3px 15px 10px !important;
    position: absolute;
    bottom: 12px;
    left: -24px;
    width: 100%;
}
.slider .banner .contentDesc .descriptionCourse span {
	font-size: 10pt;
}
.slider .banner .contentDesc .descriptionCourse .titleCourse {
	text-align: center;
	width: 100%;
}
.slider .banner .contentDesc .descriptionCourse .titleCourse span {
	font-weight: bold;
	font-size: 10pt;
}
.slider .banner .contentDesc .descriptionCourse .titleCourse,
.slider .banner .contentDesc .descriptionCourse {
	display: block;
}
.slider .banner .contentDesc .descriptionCourse .titleCourse span,
.slider .banner .contentDesc .descriptionCourse span {
	text-decoration: none;
	color: #555;
}
