.v_out{
	width:403px;
	margin:20px auto;
	overflow:hidden;
}
.v_show{
	width:403px;
	height:420px;
	overflow:hidden;
	position:relative;
	float:left
}
.v_cont{
	width:6650px;
	position:absolute;
	left:0;
	top:0;
}
.v_cont ul{
	float:left;
	text-align:center;
	line-height:50px;
}
.v_cont ul li{
	width:403px;
	height:403px;
	/*background:#f8f8f8;*/
	float:left;
	margin-top:3px;
}
.v_cont ul li img{
	width:403px;
	height:403px;
}
/*---圆圈---*/
.v_out_p{
	position:relative;
	overflow:visible;
}
.circle{
	/*position:absolute;
	top: 410px;*/
}
.circle li{
	cursor: pointer;
	width:76px;
	height:76px;
	float:left;
	margin-right:4px;
	/*background:#ccc;*/
	border: 1px solid #ccc;
}
.circle li:last-child{
	margin-right: 0;
}
.circle li img{
	width:73px;
	height:73px;
}
.circle .circle-cur{
	background:#fff;
}

/*---切换---*/
/*.prev,.next{
	float:left;
	padding:105px 9px 0;
}
.prev a{
	background:#f00;
}
.prev .ico_1{
	background:url(input_a.gif) no-repeat 0 -3757px;
}
.next a{
	background:#f00;
}
.next .ico_2{
	background:url(input_a.gif) no-repeat right -3757px;
}
.prev,.prev a,.next,.next a{
	width:21px;height:28px;
	display:block
}*/