/* jssor */
#slider_mask {
    border-radius: 0 0 10px 10px;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: rgb(209, 162, 14);
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 132px;
	height: 20px;
	clear: both;
	cursor: pointer;
	color: white;
	background-color: rgb(209, 162, 14);
}
#slider_mask:hover { background-color: rgb(0, 148, 218); }

#slider1_container { display: none; position: relative; margin: 20px auto 0px; top: 0px; left: 0px; overflow: hidden; height: 85vh; }
#slider_loading { position: absolute; top: 0px; left: 0px; }
#slider_loading .slider_loading_1 { filter: alpha(opacity=70); opacity: 0.7; position: absolute; display: block; top: 0px; left: 0px; width: 100%; height: 85vh; }
#slider_loading .slider_loading_2 { position: absolute; display: block; background: url('../images/loading.gif') no-repeat center center; top: 0px; left: 0px; width: 100%; height: 85vh; }
#slides { position: absolute; left: 0px; top: 0px; width: 100%; height: 85vh; overflow: hidden; }
#slides div img { width: 100%; height: auto; }
#slider_navigator { 
	background-color: rgba(255, 255, 255, 0.75);
    border-radius: 10px 10px 0 0;
    bottom: 0;
    position: absolute;
}

#slider_prototype { position: absolute; width: 20px; height: 20px; text-align:center; line-height:19px; color:White; font-size:12px; }
#slider_arrowleft { width: 55px; height: 55px; top: 123px; left: 8px; }
#slider_arrowright { width: 55px; height: 55px; top: 123px; right: 8px; }

.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
	background: url(../images/b21.png) no-repeat;
	overflow: hidden;
	cursor: pointer;
	color: White;
    font-size: 12px;
    height: 19px;
    line-height: 19px;
    position: absolute;
    text-align: center;
    width: 19px;
}

.jssorb21 div {
	background-position: -5px -5px;
}

.jssorb21 div:hover, .jssorb21 .av:hover {
	background-position: -35px -5px;
}

.jssorb21 .av {
	background-position: -65px -5px;
}

.jssorb21 .dn, .jssorb21 .dn:hover {
	background-position: -95px -5px;
}
/* end of jssor */