﻿.cycle-banners
{
   width: 875px; /* important to be same as image width */
   height: 340px; /* important to be same as image height */
   
   margin: 0 auto;
   text-align: left;
}
.banner-btns
{
    float:right;
    margin: 2px 8px 40px 0;
}
.banner-btns #nav 
{ 
    margin: 5px 0; 
    position: relative; 
}
.banner-btns ul 
{ 
    padding:0; 
}
.banner-btns #nav li  
{
    float: left; 
    list-style: none;
}
.banner-btns #nav a  
{
    margin: 5px 0 0 5px; 
    padding: 8px 5px;
    background: #ED1C24; 
    font-size:.9em;
    text-decoration: none; 
    color: #FFF; 
}
.banner-btns #nav a.activeSlide  
{
    background: #C8DAEC; 
    color: #0156A6; 
}
.banner-btns #nav a:focus { outline: none; }
.cycle-banners img { border:0; }
