@charset "utf-8";
/* CSS Document */
a,img{
	border:none;
}
.slide{
	background: #c1c1c1;
	width:729px;
	height:172px;
	float:left;
	margin-bottom:10px;
}
.slide_item{
	height:193px;
	float:left;
	width:496px;
}

.prev,.slide_item,.next{
	float:left;
}
.prev{
	width:15px;
	margin-right:4px;
}
.next{
	width:15px;
}

.slide_item ul li{
	width:223px;
	height:172px;
	margin-top:12px;
	margin-left:6px;
}
.slide_item ul li img{
	height:126px;
	width:221px;
	border:1px solid #fff;
	
}
.slide_item ul a{
	text-align:left;
	color:#783236;
	font-weight:bold;
}
.slide_center{
	width:550px;
	margin-top:18px;	
	margin-left:5px;
}
