#slideshow { position: relative; width: 960px; height: 280px; 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: 10px; left: 5px;}
* html #slideshow-nav { left: 0;}
 #slideshow-nav a { display: block; color: #fff; float: left; background: #3f1f10; 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: #1b0b07; }
 #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; }
 #slideshow-nav a.play:hover { background: url(../images/play-ico-active.png) center center no-repeat; }
 #slideshow-nav a.pause:hover { background: url(../images/pause-ico-active.png) center center no-repeat; }