ul.yiiPager
{
    font-size:11px;
    border:0;
    margin:0px auto;
    padding:0;
    line-height:100%;
    display:table;
    float: right;
    margin-top: 20px;

}
.rtl ul.yiiPager {
    float: left;
}

ul.yiiPager li
{
    display:table;
    float: left;
}
.rtl ul.yiiPager li {
    float: right;
}

ul.yiiPager a,
ul.yiiPager a:link,
ul.yiiPager a:visited
{
    border:0px;
    float:left;

    font-weight:normal;
    padding:1px 6px;
    text-decoration:none;
    color: #888888;
}
.rtl ul.yiiPager a,
.rtl ul.yiiPager a:link,
.rtl ul.yiiPager a:visited {
    float:right;
}
ul.yiiPager .page {
    background: url(../images/index_slider/pager_nav_bg.png) repeat-x 0px 5px;
    display: table;
    float: left;
    text-align: center;
}

.rtl ul.yiiPager .page {
    float: right;
}


ul.yiiPager .page a
{
    display: block;
    width: 11px;
    height: 11px;
    text-indent: -9999px;
    background: url(../images/index_slider/pager.png) no-repeat right top;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;


}
.rtl  ul.yiiPager .page a {
    
}

body:not([class="rtl"]) ul.yiiPager li:nth-child(3) a {
    padding-left: 0px;
    width: 1px;
}

body:not([class="rtl"]) ul.yiiPager li:nth-last-child(3) {
    padding-right: 0px;
}

body.rtl ul.yiiPager li:nth-child(3)  {
    padding-right: 0px;
}

body.rtl ul.yiiPager li:nth-last-child(3) a {
    padding-left: 0px;
    width: 1px;
}



ul.yiiPager a:hover
{

}

ul.yiiPager .selected a
{
    width: 9px;
    height: 11px;
    background: url(../images/index_slider/pager_active.png) no-repeat right top;
}

ul.yiiPager .hidden a
{
    border:0px;
    color:#888888;
}

ul.yiiPager li.previous a {
    background: url(../images/index_slider/arrow.png) no-repeat right bottom;
    width: 65px;
    height: 15px;
    text-indent: -20px;
    padding: 0;
    margin-right: 9px;
    margin-top: -2px;
    background-position-x: 54px;
    line-height: 18px;
}

.rtl ul.yiiPager li.previous a{
    text-indent: 20px;
    margin-left: 13px;
    background-position-x: -11px;
}

ul.yiiPager li.next a {
    background: url(../images/index_slider/arrow.png) no-repeat left bottom;
    width: 65px;
    height: 15px;
    text-indent: 0px;
    padding: 0;
    margin-left: 9px;
    margin-top: -2px;
    background-position-x: -11px;
    line-height: 18px;
}

.rtl ul.yiiPager li.next a{
    text-indent: -7px;
    margin-right: 7px;
    background-position-x: 54px;
}


/**
 * Hide first and last buttons by default.
 */
ul.yiiPager .first,
ul.yiiPager .last
{
    display:none;
}



/*ul.yiiPager
{
    display: block;
   // background: url(/images/page_nav2.png) no-repeat 0px center;
    margin-top: 40px;
    padding: 0px 13px 0px 42px;
}

ul.yiiPager li
{

    float: right;
    margin: 4px 10px 0px 0px;
}
.list-view .pager {
    margin: 5px 187px 0 0px;
    text-align: inherit;
    float: right;
 
}

ul.yiiPager .page a
{
    position: relative;
    z-index: 99;
    cursor: pointer;
    display: inline-block!important;
    width: 9px;
    height: 9px;
    float: left;
    margin: 3px 5px 0px 0px;
    background: #FFF;
    font-size: 0;
    text-indent: -999em;
    border-radius: 9px;
    padding: 0px 0px 0px 0px;
    border: 3px solid #D4D5D6;
}
ul.yiiPager .page.selected a
{
    position: relative;
    z-index: 99;
    cursor: pointer;
    display: inline-block!important;
    width: 9px;
    height: 9px;
    float: left;
    margin: 2px 5px 0px 0px;
    background: #58585A;
    font-size: 0;
    text-indent: -999em;
    border-radius: 10px;
    padding: 0px 0px 0px 0px;
    border: 4px solid #D4D5D6;
}
ul.yiiPager .previous a,ul.yiiPager .next a
{
    border: none;
    font-size: 15px;
}

ul.yiiPager .previous
{
    display: inline-block;
    vertical-align: top;
    margin: 0px 4px 0px -10px;
    border: none;
    background: url('/images/right_arrow.png') left;
    background-repeat: no-repeat;
    width: 83px;
    text-align: right;
    height: 29px;
    line-height: 26px;
    background-size: 27%;
    padding-left: 5px;
}
ul.yiiPager .next
{
   display: inline-block;
    vertical-align: top;
    margin: 0px 12px 0px 0px;
    border: none;
    background: url('/images/left_arrow.png') right;
    background-repeat: no-repeat;
    width: 64px;
    text-align: left;
    height: 31px;
    line-height: 32px;
    background-size: 21%;
    padding-right: 5px;

}

ul.yiiPager .hidden a
{
    border: none;
}
ul.yiiPager .hidden a
{
    border: none;
}
ul.yiiPager a:link, ul.yiiPager a:visited
{
  //  border: none;
}
    
 ul.yiiPager a:link, ul.yiiPager a:visited
   {
           color: #6c6965;
}  
ul.yiiPager .hidden a
{
    font-weight: normal;
}*/