.hero-slideshow-viewport { height:330px; width: 660px; overflow: hidden; position: relative; z-index: 10; }
.hero-slideshow-slides { position: absolute; top: 0; left: 0; }
.hero-slideshow-slides div {float: left;}
.hero-slideshow-paging { position: absolute; top: 282px; left: -8px; width: 200px; height:40px; z-index: 20; text-align: center; line-height: 34px; display: none; }
.hero-slideshow-paging a { font-size: 14px; width: 37px; height: 40px; display: inline-block; text-decoration: none; color: #fff; background: grey; background: url('../images/slideshow_buttons.png') no-repeat ; }
.hero-slideshow-paging a.active { background-position: 0 -40px; }
.hero-slideshow-paging a:hover { font-weight: bold; background-position: 0 -40px; }

img { border: none;}