@charset "utf-8";
@charset 'iso-8859-15';
/* CSS Document */
/* jssor slider thumbnail navigator skin 12 css */
/*
.tips .p            (normal)
.tips .p:hover      (normal mouseover)
.tips .pav          (active)
.tips .pav:hover    (active mouseover)
.tips .pdn          (mousedown)
*/
.tips {
	position: absolute;
	/* size of thumbnail navigator container */
	width: 100%;
	height: 100px;
}

.tips .p {
	position: absolute;
	top: 10px;
	left: 0;
	width: 150px;
	height: 30px;
}

.tips .t {
	position: absolute;
	top: 8px;
	left: 0;
	width: 150px;
	height: 5px;
}


.tips .title, 
.tips .title_back {
	position: absolute;
	background: rgba(51, 51, 51, .5);
	border: 1px solid rgba(255, 255, 255, .3);
	/*border-radius: 15px;*/
	top: 0px;
	left: 0px;
	width: 150px;
	height: 22px;
	line-height: 20px;
	text-align: center;
	color: #f40;
	font-size: 12px;
	font-weight: bold;
}
.tips .title:hover, 
.tips .title_back:hover {
	background: #222;
	color: #fc0;
	border: 1px solid rgba(255, 204, 0, .3);
	border-top: 0;
}
.tips .pav .title {
	background: #222;
	color: #fc0;
	border: 1px solid rgba(255, 204, 0, .3);
	border-top: 0;
}
.flechal, .flechar {
	display: block;
	position: absolute;
	/* size of arrow element */
	width: 55px;
	height: 55px;
	cursor: pointer;
	background: url(../img/baners/a18.png) center center no-repeat;
	overflow: hidden;
}
.flechal { 
	background-position: -15px -10px;
}
.flechar { 
	background-position: -80px -10px;
}
.flechal:hover { 
	background-position: -151px -10px;
}
.flechar:hover { 
	background-position: -183px -10px;
}

/*.tips .p img {
filter: alpha(opacity=55);
opacity: .55;
transition: opacity .6s;
-moz-transition: opacity .6s;
-webkit-transition: opacity .6s;
-o-transition: opacity .6s;
}
.tips .pav img, .tips .pav:hover img, .tips .p:hover img {
filter: alpha(opacity=100);
opacity: 1;
transition: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
}
.tips .pav:hover img, .tips .p:hover img {
filter: alpha(opacity=70);
opacity: .7;
}
.tips .title_back {
background-color: #222;
filter: alpha(opacity=50);
opacity: .5;
}
.tips .pav .title_back {
background-color: #222;
filter: alpha(opacity=50);
opacity: .5;
}
.tips .p.pav:hover .title_back, .tips .p:hover .title_back {
	filter: alpha(opacity=40);
	color: #f40;
	opacity: .4;
}
.tips .p.pdn img {
filter: alpha(opacity=100);
opacity: 1;
}*/