@charset "utf-8";
/* CSS Document */
/* ---------------------- text css ---------------------- */
.pagination
{
width:65%; 
float: right;
text-align:right;
padding-top:5px;
}

.pagination a{
color: #626868;
text-decoration: none; font-weight:normal; 
text-align:center;
padding:1px 5px 3px 5px;
font-size:11px;
background:url(../images/bg-banner-link.gif) top no-repeat;
}

.pagination a:hover{
color: #CC001C;
text-decoration: none; font-weight:normal; 
text-align:center;
padding:1px 5px 3px 5px;
font-size:11px;
background:url(../images/bg-banner-link.gif) top no-repeat;
}

.pagination a.selected{
color: #FFF;
text-decoration: none; font-weight:normal; 
text-align:center;
padding:1px 5px 3px 5px;
font-size:11px;
background:url(../images/bg-banner-hover.gif) top no-repeat;
}
