#shoe {
	text-align: center;
}
#shoes {
	margin-top: 10px;
}
#shoes ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 940px;
	margin-left: 0px;
	/*border: 1px solid blue;*/
}
#shoes li {
	list-style: none;
	margin: 0 6px 6px 0;
	width: 306px;
	height: 216px;
	background-color: #dcd8d4;
	border: 1px solid #dcd8d4;
	float: left;
	overflow: hidden;	
}

#shoes li#end { margin: 0 0 5px 0; }

#shoes li:hover {
	border: 1px solid #ff0092;
	background-color: #dcd8d4;
}
#shoes img {
	width: 306px;
	height: auto;
}
#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;
}

a.paging  {

	font-size: 12px;
	color: #ACA39A;
	text-decoration: none;
	padding: 0px;

}

a.paging_current  {

	font-size: 12px;
	color: #ACA39A;
	text-decoration: none;
	border: 1px solid #ACA39A;
	padding: 0px 3px;

}

div.paging_nav {

	margin-top: 20px;
	text-align: right;
	clear: both;
}