.pagination{
height:30px;
vertical-align:right;
padding: 5px;
/*margin: 1em 0;
clear: both;*/
}

.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
}

.pagination li{
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 12px;
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .pagination li a{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li a{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}

.pagination a, .pagination a:visited, .pagination a:active{
padding: 0 5px;
/*border: 1px solid #9aafe5;*/
text-decoration: none;
color: #4ecda6;
background-color: transparent;
}

.pagination a:hover{
color: #2C9877;
text-decoration: none;
/*border: 1px solid #2b66a5;*/
/*background-color: #A6AFD7;*/
}

.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: transparent;
color: #4ecda6 !important;
/*border-color: transparent;*/
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
font-size: 13px;
font-weight: bold;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
/*background-color: white;*/
background-color: transparent;
cursor: default;
color: #113553;
border-color: transparent;
text-decoration: none;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-family: Arial, Helvetica, sans-serif;
/*text-decoration: none;*/
font-size: 12px;

}
