﻿.BannerSection { position: relative; }

.BannerSection div#nav 
{
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 100;
}

.BannerSection #nav a  
{		
	background:url(../imgs/btn-banner.gif) top left no-repeat; 
	text-decoration: none;
	width: 20px;
	height: 18px;
	color: black;
	text-align: center;	
	display: inline-block;
	font-size: larger;
	margin: 0 3px;
	font-weight: bolder;
}

.BannerSection #nav a.activeSlide  
{
	background:url(../imgs/btn-banner-on.gif) top left no-repeat; 
	color: white;
}

.BannerSection #nav a:focus { outline: none; }

#slideshow
{
    height:230px;
	width:680px;
    margin:0 auto;
    overflow:hidden;
    float:left;
}

/* Required to work with IE PNG fixes */
#slideshow img,#slideshow a { background:none !IMPORTANT; } 