#gallery{float:left; clear:both; position:relative; width:806px; height:290px; overflow:hidden; border-bottom:2px solid #fff}
#gallery .slide, 
#gallery .slide a{display:block; width:806px; height:290px}
#gallery .slide a{text-indent:-9999px; overflow:hidden}

#nav-wrapper{position:absolute; top:210px; width:300px; height:80px; z-index:99}

#gallery-nav{position:absolute; left:20px; bottom:20px}
#gallery-nav a{float:left; display:block; height:20px; width:20px; margin-right:6px; line-height:20px; text-align:center; text-decoration:none}
#gallery-nav a:link, 
#gallery-nav a:visited{color:#fff; border:1px solid #fff; background:transparent}
#gallery-nav a:hover, 
#gallery-nav a:visited:hover{color:#fff; border:1px solid #fff; background:#f8bd3c}
#gallery-nav a.activeSlide, 
#gallery-nav a.activeSlide:visited{color:#72abad; border:1px solid #fff; background:#fff}
#gallery-nav a:focus{outline:none}

#controls{position:absolute; left:16px; top:10px}
#controls a{float:left; display:block; height:20px; text-indent:-9999px; overflow:hidden; outline:none}
#controls a.prev{width:20px; background:transparent url(/assets/slideshow-controls.gif) 0 0 no-repeat}
#controls a.player{width:20px; background:transparent url(/assets/slideshow-controls.gif) -20px 0 no-repeat}
#controls a.next{width:20px; background:transparent url(/assets/slideshow-controls.gif) -60px 0 no-repeat}
#controls a.prev:hover{background-position:0 -20px}
#controls a.prev:active{background-position:0 -40px}
#controls a.player:hover{background-position:-20px -20px}
#controls a.player:active{background-position:-20px -40px}
#controls a.player.paused{background-position:-40px 0}
#controls a.player.paused:hover{background-position:-40px -20px}
#controls a.player.paused:active{background-position:-40px -40px}
#controls a.next:hover{background-position:-60px -20px}
#controls a.next:active{background-position:-60px -40px}


