@charset "utf-8";
/* CSS Document */
#slide{
	width:715px;
	height:390px;
	margin-bottom:15px;
}
#slide ul{
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}
#slide ul li{
	display:block;
}
#VouchProducts{
	height:180px;
	background-color:#F9F9F9;
	margin-top:4px;
	overflow:hidden;
}
#VouchProducts #item{
	padding:25px 13px 5px 13px;
	width:152px;
	float:left;
}
#VouchProducts #item #img{
	width:150px;
	height:100px;
	background-color:#FFF;
	border:solid 1px #DCDCDC;
	text-align:center;
}
#VouchProducts #item #img a{
	width:150px;
	height:100px;
	display:block;
}
#VouchProducts #item #name{
	text-align:center;
	padding-top:10px;
}