.yiiPager {
    padding: 50px 0 80px 0;
    clear: both;
    height: 42px;
}
.yiiPager li {
	display: inline-block;
	cursor: pointer;
	margin-left: 6px;
	margin-right: 6px;
}
.yiiPager li.page {

    
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 8px 0 0;
    border-radius: 3px;
    border: 1.4px solid #F7F7F7;
     line-height: 2.5;
        font-size: 18px;
text-align: center;
}
.yiiPager li.page:HOVER {
	
	
}
.yiiPager li.page.selected {
	    border: 1.4px solid #1E5FAA;
}
.yiiPager li.page a {
	 width: 40px;
        height: 40px;
          display: block;
        text-align: center;
        line-height: 2.5;
        font-size: 18px;
}
.yiiPager li.next, .yiiPager li.previous {
    float: left;
    height: 42px;
    line-height: 42px;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
        text-align: center;
    line-height: 2.5;
    font-size: 18px;
}
.yiiPager li.next.hidden{
	opacity: 0.2;
	
	visibility: visible !important;
}
.yiiPager li .fa.fa-angle-right,.yiiPager li .fa.fa-angle-left{
    font-size: 25px;
}


.yiiPager li.previous.hidden,.yiiPager li.next.hidden{
    display: none;
}

.yiiPager li.next a, .yiiPager li.previous a {
	font-family: 'Myriad-Pro-Regular';
	text-decoration: none;
	color: #0e4e97;
	display: block;
	
	font-size:18px;
}