*{margin:0;padding:0;}

.clear{clear:both;}

.wrapper{ 
	width:1000px;
	margin:0 auto;
	padding-top:30px;
}

.shu {
	background:#f1f1f1; 
	width:100%; 
	height:504px;
}

.model-linkage {
	width:1000px;
	height:391px; 
	position:relative;
}

.model-linkage .lisBoxOut {
	width:198px;
	height:391px;
	background:#4b4a58;
	float:left;
	padding:0;
	margin:0;
}

.model-linkage .listBox {
	background:#4b4a58;
	position:relative;
	width:198px; 
	height:327px; 
	padding-top:0px;
	overflow:hidden;
	float:left;
	margin-top:32px;
}

.model-linkage .listBox ul {
	margin-left:19px; 
	width:160px; 
	height:327px;
	overflow:hidden;
	position:absolute;
}

.model-linkage .listBox li {
	width:158px;
	height:103px;
	margin-bottom:6px;
	cursor:pointer;
	float:left;
	border:1px solid #6b6a75;
	display:block;
}

.model-linkage .listBox li img {
	width:100%;
	height:100%;
}

.model-linkage .listBox .on {
	border:1px solid #1594FA;
}

.model-linkage .picBox {
	position:relative;
	float:right;
	margin-right:15px;
	width: 748px;
	height: 391px;
	overflow:hidden;
	z-index:1;
}

.model-linkage .picBox ul {
	height:391px;
	position:absolute;
}

.model-linkage .picBox li {
	float:left;
	width:748px;
	height:391px;
}

.model-linkage .picBox li img {
	width:100%;
	height:100%;
}

.model-linkage #prev {
	background:url(../images/prev.png) no-repeat left center;
	position: absolute;
	top: 10px;
	left:85px;
	width:25px;
	height: 11px;
	z-index: 9;
	cursor: pointer;
}

.model-linkage #prev:hover {
	background:url(../images/prev2.png) no-repeat left center;
	position: absolute;
	top: 10px;
	left:85px;
	width: 25px;
	height:11px;
	z-index: 9;
	cursor: pointer;
}

.model-linkage #next {
	background:url(../images/next.png) no-repeat left center;
	position: absolute;
	bottom: 10px;
	left:85px;
	width: 25px;
	height: 11px;
	z-index: 9;
	cursor: pointer;
}

.model-linkage #next:hover {
	background:url(../images/next2.png) no-repeat left center;
	position: absolute;
	bottom: 10px;
	left:85px;
	width:25px;
	height:11px;
	z-index:9;
	cursor: pointer;
}

.model-linkage #prevTop {
	background:url(../images/prev3.png) no-repeat left center;
	position: absolute;
	top: 162px;
	left:236px;
	width: 36px;
	height: 67px;
	z-index: 9;
	cursor: pointer;
}

.model-linkage #prevTop:hover {
	background:url(../images/prev4.png) no-repeat left center;
	position: absolute;
	top: 162px;
	left:236px;
	width: 36px;
	height: 67px;
	z-index: 9;
	cursor: pointer;
}

.model-linkage #nextTop {
	background:url(../images/next3.png) no-repeat left center;
	position: absolute;
	top: 162px; 
	right:15px;
	width: 36px;
	height: 67px;
	z-index: 9;
	cursor: pointer;
}

.model-linkage #nextTop:hover {
	background:url(../images/next4.png) no-repeat left center;
	position: absolute;
	top: 162px; 
	right:15px;
	width: 36px;
	height: 67px;
	z-index: 9;
	cursor: pointer;
}