#content-main .pages
{
	position: relative;
	float: left;

}

#content-main .pages a
{
	color: #0089d0;
}

#content-main .pages a, #content-main .pages strong
{
	text-decoration: none;
	font-size: 1.2em;
	display: inline-block;
	float: left;
	width: 51px;
	height: 51px;
	text-align: center;
	padding: 13px 0;
	margin-right: 5px;
	clear: none;
}

#content-main .pages strong
{
	color: #fff;
	background: url('../img/bg_pages_active.png') no-repeat left top;
}

#content-main .pages a:hover
{
	background: url('../img/bg_pages_active.png') no-repeat left top;
	color: #fff;
	font-weight: normal;
}