.flash_slideshow
{
    width: 672px;
    height: 359px;
    background : url('images/elBgnd.jpg');
    
}

.flash_slideshow img
{
    margin-left : 5px;
    margin-top : 5px;
    
}
#flash_nav
{
    z-index: 50;
    position: absolute;
    /*bottom: 10px;*/
    left: 955px;
    float : right;
    margin-top: 7px;
    
    
}
#flash_nav a
{
    margin: 0 5px;
    padding: 3px 5px;
    border: 1px solid #ccc;
    background: #555557;
    text-decoration: none;
    color : #FFFFFF;
}
#flash_nav a.activeSlide
{
    background: #ffa134;
}
#flash_nav a:focus
{
    outline: none;
}
