#intro {
	width:100%;
	overflow:hidden;
}
#intro div {
	float:left;
}
.introshow {
	width:100%; padding-top:20px;
}
.introshow .mainshow {
	width:410px;
	height:271px;
	float:left;
	position:relative;
}
.introshow .mainshow a{ margin:0 auto;}
.mainshow img{ width:410px;
	height:271px;
}
.introshow .scroll {
	width:450px;
	float:right;
}
.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:10px;
	width:7px;
	height:12px;
	background: no-repeat -132px -17px;
}
.scroll .prevview {
	background-position:-139px -17px;
}
.scroll .prevstop, #main .scroll .prevview.prevstop:hover {
	background-position:-132px -17px;
	cursor:default;
}
#main .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;
	
	overflow:hidden;
}
.scroll li {
	float:left; width:110px; height:80px; margin-right:8px; display:inline-block; border:1px solid #c4c6cb; cursor:pointer;
}
.scroll li a {
	display:block;
	margin-right:8px;
	width:110px; 
	height:80px;
	background:;
	

}
.scroll li a img{ width:110px; height:80px;}
.scroll ul li:hover {
border-color:#d90708;
}
