body{margin:0;padding:0;}
.introShow {width:400px;}
.introShow .mainShow {width:400px;height:400px;}
.mainShow img{width:400px;height:400px;}
.introShow .scroll {margin-top:5px;width:395px;height:66px;overflow:hidden;}
.scroll img{width:60px;height:60px;}
.scroll a span {display:none;}
.scroll a:hover {text-decoration:none;}
.scroll .prevView, .scroll .nextView, .scroll .prevView.prevStop, .scroll .nextStop {float:left;margin-top:30px;width:7px;height:12px;background:url(../images/bgimg.gif) no-repeat -132px -17px;}
.scroll .prevView {background-position:-139px -17px;}
.scroll .prevStop, .scroll .prevView.prevStop:hover {background-position:-132px -17px;cursor:default;}
.scroll .nextView.nextStop:hover {cursor:default;}
.scroll .nextView, .scroll .nextStop {float:right;background-position:-160px -17px;}
.scroll .prevView:hover {background-position:-146px -17px;}
.scroll .nextView:hover {background-position:-167px -17px;}
.scroll .nextStop, .scroll .nextStop:hover {background-position:-153px -17px;}
.scroll ul {float:left;margin:0;width:380px;height:70px;overflow:hidden;padding:2px;}
.scroll li {float:left;margin-bottom:2px;list-style:none;}
.scroll li a {display:block;margin-right:5px;border:1px solid #ededed;padding:1px;}
.scroll ul li a:hover {border:1px solid #f60;}


img{border:0;}
div.jqZoomTitle {
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	color:#FFF;
	background:#999;
}
.jqZoomPup {
	overflow:hidden;
	background-color:#FFF;
	position:absolute;
	background:url("../images/mask.png") repeat scroll 0 0 transparent;
	-moz-opacity:.6;
	opacity:.6;
	filter:alpha(opacity = 60);
	z-index:10;
	border-color:#c4c4c4;
	border-style:solid;
	cursor:crosshair;
	
}
.jqZoomPup img {border:0;}
.preload {
	-moz-opacity:.8;
	opacity:.8;
	filter:alpha(opacity = 80);
	color:#333;
	font-size:12px;
	font-family:Tahoma;
	text-decoration:none;
	border:1px solid #CCC;
	background-color:#fff;
	padding:8px;
	text-align:center;
	background-image:url(../images/zoomloader.gif);
	background-repeat:no-repeat;
	background-position:43px 30px;
	width:90px;
* width:100px;
	height:43px;
*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;
}
.jqZoomWindow {
	border:1px solid #999;
	background-color:#FFF;
}
