/*
ul.yiiPager
{
	font-size:11px;
	border:0;
	margin:0;
	padding:0;
	line-height:100%;
	display:inline;
}

ul.yiiPager li
{
	display:inline;
}

ul.yiiPager a:link,
ul.yiiPager a:visited
{
	display:inline-block;
	width:22px;
	height:23px;
	margin:0 1px;
	text-decoration:none;
	color:#1b1b1b;
	background-repeat:no-repeat;
	line-height:21px;
	text-align:center;
}

ul.yiiPager .page a
{
	font-weight:normal;
}

ul.yiiPager a:hover
{
        background-image:url(../images/pager-bg.png);
	color:#fff;
	text-shadow:0 1px 0 #744526;
}

ul.yiiPager .selected a
{
	background-image:url(../images/pager-bg.png);
	color:#fff;
	text-shadow:0 1px 0 #744526;
}

ul.yiiPager .hidden a
{
	color:#888888;
}
*/
/**
 * Hide first and last buttons by default.
 */

ul.yiiPager .first,
ul.yiiPager .last
{
	display:none;
}


div.pager ul li a {
    text-decoration: none !important;
    color: white !important;
}
div.pager.top{float:right; padding-top:17px; padding-right:1px; padding-bottom:20px;}
div.pager.bottom{text-align:center; padding-top:9px; padding-right:1px;}
/*li.pager.top{float:right; padding-top:17px; padding-right:1px; padding-bottom:20px;}
li.pager.bottom{text-align:center; padding-top:9px; padding-right:1px;}*/
/*div.pager {text-align:center; padding-top:9px; padding-right:1px;}*/
div.pager ul li a{background-image:url(../images/pager-bg.png); background-repeat:no-repeat; display:inline-block; width:20px; height:20px; color:#fffabb; font-size:14px; font-weight:bold; text-align:center; line-height:20px; text-decoration:none; margin:0 3px;}
div.pager ul li a:hover{background-position:0 -40px;}
div.pager ul li.selected a{background-position:0 -20px;}
div.pager ul li.selected a:hover{cursor:default;}
div.pager ul li.previous a{background-image:url(../images/pager-nav.png); background-repeat:no-repeat; background-position:0 0; display:inline-block; width:13px; height:13px; position:relative; top:2px; margin:0;}
div.pager ul li.previous {top:-2px;}
div.pager ul li {
    display:inline-block;
}
div.pager ul li.next a{background-image:url(../images/pager-nav.png); background-repeat:no-repeat; background-position:0 -13px; display:inline-block; width:13px; height:13px; position:relative; top:2px; margin:0;}
div.pager ul li.next {top:-2px;}
div.pager ul li.previous a:hover{background-position:0 -26px;}
div.pager ul li.next a:hover{background-position:0 -39px;}