#infoBlock ul
{
	width: 500px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#infoBlock ul li
{
	margin: 10px 0;
	padding: 0;
	display: block;
	position: relative;
	float: left;
	width: 100px;
	height: 114px;
}

#infoBlock a
{
	color: #9aaaaa;
	text-decoration: none;
	float: left;
}

#infoBlock ul a img
{
	border: 1px solid #404040;
}

#infoBlock a span
{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90px;
	height: 18px;
	padding-top: 2px;
	background: #404040 url(/images/main_iconLabelBg.jpg) top left no-repeat;
	text-align: center;
}

#infoBlock a:hover
{
	color: #fff !important;
}

#infoBlock a:hover span
{
	color: #fff;
}

