@charset "utf-8";
/**/
#imgTurnZoom{
	position: absolute;
	top:350px;
	left:0;
	width:100%;
}
#imgTurnZoom .diapo {
	position: absolute;
	left: -1000px;
	cursor: pointer;
	-ms-interpolation-mode: nearest-neighbor;
}
#imgTurnZoom .link {
	margin-left: -1px;
	margin-bottom: -1px;
	border:1px solid #fff;
}
#imgTurnZoom .bank {
	visibility: hidden;
}
#imgTurnZoom .text {
	position: absolute;
	left:0px;
	width: 100%;
	bottom: -60px;
	text-align: center;
	
	z-index: 1000;
}
#imgTurnZoom .title {
	font-size: 18px;
	font-weight: bold;
	font-family: @ºÚÌå;
	height:28px;	
	color: #fff;
	line-height:28px;
}
#imgTurnZoom .legend {
	font-size: 14px;
	line-height:20px;
	font-family: @ËÎÌå;
	color:#ddd;
}
#imgTurnZoom .scrollbar {
	position: absolute;
	left: 10%;
	bottom: -100px;
	width: 80%;
	height: 16px;
	z-index: 1000;
	text-align:left;
}
#imgTurnZoom .track {
	position: absolute;
	left: 1%;
	width: 98%;
	height: 16px;
	filter: alpha(opacity=30);
	opacity: 0.3;
}
#imgTurnZoom .arrow-left {
	position: absolute;
}
#imgTurnZoom .arrow-right {
	position: absolute;
	right: 0px;
}
#imgTurnZoom .bar {
	position: absolute;
	height: 16px;
	left: 25px;
}
