#slideshow { position: relative; width: 1000px; height: 344px; overflow: hidden; }
 #slideshow ul { list-style: none; margin: 0; padding: 0; }
  #slideshow ul li a { cursor: default; }
   #slideshow ul li a img { display: block; }
	
#slideshow-nav { position: absolute; z-index: 100; bottom: 20px; right: 20px;}
* html #slideshow-nav { left: 0;}
 #slideshow-nav a { display: block; color: #fff; float: left; background: #333; outline: none; text-decoration: none; font-weight: bold; line-height: 21px; width: 21px; text-align: center; margin-left: 5px; font-size: 1.2em; }
 #slideshow-nav a:hover,
 #slideshow-nav a.activeSlide { background: #8c7f79; }
 #slideshow-nav a.play { overflow: hidden; text-indent: -10001px; background: url(../images/play-ico.png) center center no-repeat; }
 #slideshow-nav a.pause { overflow: hidden; text-indent: -10001px; background: url(../images/pause-ico.png) center center no-repeat; }
