﻿#banner  
{
    position: relative; 
    /*border: 1px solid Red;*/
    }

#banner div#nav 
{	
    bottom: 10px;
    position: absolute;
    right: 25px;
    z-index: 100;
}

#banner #nav a  
{			
    background: url(/imgs/btn-next.png) no-repeat 0% 0%;
    color: white;
    display: inline-block;
    font-size: 0px;
    /*font-size: larger;
    font-weight: bold;*/
    height: 17px;
    /*padding-bottom: 2px;*/
    padding-left: 4px;
    width: 13px;
    margin: 0px 1px;
    /*text-align: center;*/
    text-decoration: none;
    
    /*border: 1px solid Red;*/
}

#banner #nav a.activeSlide  
{	
    background: url(/imgs/btn-next-on.png) no-repeat 0% 0%;
    color: white;
}

#banner #nav a:focus { outline: none; }

#slideshow
{
    height:240px;
	width:972px;
    /*margin:0 auto;*/
    overflow:hidden;
}

/* Required to work with IE PNG fixes */
#slideshow img,#slideshow a { background:none !IMPORTANT; } 
