@charset "utf-8";

#banner{
	width: 900px;
	margin: 60px auto 0px auto;
	text-align: center;
}
.product{
	margin: 0px 10px 20px 10px;
	position: relative;
	float: left;
	width: 155px;
	z-index: 0;
}
.product a{
	text-decoration: none;
	color: #000;
}
.product p{
	display: none;
	position: absolute;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	width: 150px;
	bottom: 30px;
	left: 0px;
}
.product:hover p {
	display: block;
}
.featured{
	width: 280px;
	margin-left: 15px;
	float: left;
}
.featured h4{
	display: block;
	margin: 0px 0px 0px 0px;
}
.featured p{
	margin: 5px 0px 0px 0px;
}
.hook{
	float: right;
	width: 234px;
}
.action{
	text-decoration: none;
}
.action p{
	margin: 7px 0px 0px 0px;
	padding: 0px 0px 0px 3px;
	display: inline-block;
	float: left;
	color: #000;
}
.action:hover p{
	text-decoration: underline;
	cursor: pointer;
	cursor: hand;
}
.action img{
	border: 0px;
	margin: 0px;
	display: inline-block;
	float: left;
}