#shoe {
	text-align: center;
}
#shoes ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 805px;
	margin-left: 70px
}
#shoes li {
	list-style: none;
	margin: 0 3px 3px 0;
	width: 156px;
	height: 190px;
	border: 1px solid #FFFFFF;
	float: left;	
}
#shoes li:hover {
	border: 1px solid #252525;
	background-color: #252525;
}
#shoes img {
	width: 156px;
	height: 156px;
}
#shoes span {
	display: block;
	margin: auto;
	width: 140px;
	color: white;
	font-size: 11px;
}
#eye {
	position: absolute;
	z-index: 1000;
	visibility: hidden;
}
#eye img {
	width: 64px;
	height: auto;
}
