#catalog .list-view .pager{
	margin:0;
	text-align:center;
}

#catalog .yiiPager{
	line-height:0;
	height:9px;
	text-align:center;
	overflow:hidden;
	padding:0;
	display:block;
}

#catalog .yiiPager li{
	list-style-type:none;
	display:inline-block;
	margin:0 3px;
	width:9px;
	height:9px;
	overflow:hidden;
	border:0;
	float:none;
}
#catalog .yiiPager li a{
	display:block;
	background:url(/static/img/pager.png) no-repeat left top;
	height:9px;
	width:9px;
	text-indent:20px;
	overflow:hidden;
	font:12px Arial;
	text-decoration:none;
	padding:0;
	border:0;
}
#catalog .yiiPager li.selected a{
	background-position: right top;
}
#catalog .yiiPager li.previous,#catalog .yiiPager li.next{
	position:absolute;
	top:50%;
	display:block;
	width:48px;
	height:71px;	
}

#catalog .yiiPager li.previous a,#catalog .yiiPager li.next a{
	background:url(/static/img/prev-next-big.png) no-repeat;
	display:block;
	width:48px;
	height:71px;
	text-indent:100px;
}

#catalog .yiiPager li.previous{left:-70px;}
#catalog .yiiPager li.previous a{background-position:left top;}

#catalog .yiiPager li.next{right:-70px;}
#catalog .yiiPager li.next a{background-position:right top;}

#catalog .yiiPager li.hidden{display:none;}
#catalog .yiiPager li.first, #catalog .yiiPager li.last{display:none;}