@import url("css/reset.css");
@import url("css/style.css");
@import url("css/prettyPhoto.css");

@import url("css/canyon_black.css");

/*@import url("css/canyon_blue.css");*/
/*@import url("css/canyon_green.css");*/
/*@import url("css/canyon_red.css");*/
/*@import url("css/canyon_pink.css");*/
<style type="text/css">

.pagination .page_no {
    color: #767676;
    display: block;
    float: right;
    font-size: 13px;
    padding-left: 5px;
    padding-top: 10px;
    white-space: nowrap;
}
.pag_list li {
    color: #939292;
    float: left;
    list-style: none outside none;
    padding: 2px;
}
.pag_list a:link, .pag_list a:visited, .pag_list a:active {
    background: none repeat scroll 0 0 #164A86;
    border: 1px solid #808080;
    color: #9A9092;
    display: block;
    font-size: 13px;
    padding: 3px;
}
.pag_list a:hover {
    color: #164A86;
}
.pag_list .current_page:link, .pag_list .current_page:visited, .pag_list .current_page:hover, .pag_list .current_page:active {
       background: none repeat scroll 0 0 #EAEAEA;
    border: 1px solid #808080;
    color: #333333;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width: 20px;
}
.pag_list {
    float: right;
    margin: 0;
    padding: 0;
}
.pag_list .current_page2 {
    background: none repeat scroll 0 0 #EAEAEA;
    border: 1px solid #808080;
    color: #333333;
    display: block;
    float: left;
    height: 21px;
    margin-top: 3px;
    text-align: center;
    width: 20px;
}
.pag_list .pag_nav:link, .pag_list .pag_nav:visited, .pag_list .pag_nav:active {
    background: none repeat scroll 0 0 #EAEAEA;
    color: #808080;
    font-weight: bold;
    margin: 0 4px;
    text-decoration: none;
}
.pag_list .pag_nav:hover {
    background: none repeat scroll 0 0 #CCC;
    color: #333333;
}
.current_page:hover{background: none repeat scroll 0 0 #CCC !important;
    color: #333333 !important;}

</style>


