﻿
#slideshow {
    background:url(hero-shadow.gif) no-repeat bottom left;
    padding-bottom:15px;  
    position:relative;
    width:700px;
}

#slideshow ul {
    position:relative;
    margin:0px;
    padding:0;
    display:block;
    height:350px;
    width:700px;
    border:1px solid #ebebeb;
	overflow: hidden;
}

#slideshow li {
    padding:0;
    margin:0;
    list-style-type:none;
    display:block;
}

#slide-nav { 
    position:absolute; 
    right: 0px; 
    bottom: 0px; 
    z-index:555; 
    min-height: 1px;
}* html #slide-nav {height: 1px; } #slide-nav:after {content: "."; height: 0; visibility: hidden; display: block; clear: both; }

#slide-nav a {
    background: url(slidenav-buttons.gif) no-repeat; 
    background-position:0 -9px; 
    text-transform:uppercase; 
    text-indent:-9000px; 
    height:9px;
    width:9px; 
    float:left;
    margin:0 0 0 2px;
}
#slide-nav a.activeSlide {
    background: url(slidenav-buttons.gif) no-repeat; 
    background-position:0 0;
}
#slide-nav a:hover { 
    background-position:0 -18px; 
    outline: none; 
}
