/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
    list-style: none;
}

.simple-pagination {
    display: block;
    overflow: hidden;
    padding: 10px 5px;
    margin: 0px;
    background-color: #ECECEC;

}
.simple-pagination ul {
    list-style: none;
    margin: 0;
}

.simple-pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}

/*------------------------------------*\
	Light Theme Styles
\*------------------------------------*/

.light-theme a, .light-theme span {
    float: left;
    color: black;
    text-align: center;
    border-left: 1px solid #BBB;
    min-width: 20px;
    padding: 0 10px;
}

.prev{
    border : none !important;
}

.light-theme .current {
    font-family: FranklinITCProBold;
    cursor: default;
}

.light-theme .ellipse {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: bold;
    cursor: default;
}
