﻿/* slideshow */

.slideshowContainer {
    width: 512px;
}

.slideshowImages, .slideshowImages li {
    margin: 0;
    padding : 0;
    list-style: none;
    width: 512px;
    text-align: center;
}

.slideshowImages {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.lbFooter {
    position: relative;
}

.bgPanel {
    width: 126px;
    height: 42px;
    background-color: #000000;
    position: absolute;
    top: 120px;
    left: 193px;
}

.slideshowButtons {
    list-style: none;
    height: 42px;
    position: absolute;
    top: 120px;
    left: 193px;
}

.slideshowImages {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.slideshowNav {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 100;
}

ul#slideshowButtons, ul#slideshowButtons li {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

#slideshowButtons a.btnPrev {
    display: block;
    width: 42px;
    height: 42px;
    background: url(/img/slideshow/prev_on.gif) top left no-repeat;
}
#slideshowButtons a.btnPrev:hover {
    background: url(/img/slideshow/prev_over.gif) top left no-repeat;
}
#slideshowButtons a.btnPlay {
    display: block;
    width: 42px;
    height: 42px;
    background: url(/img/slideshow/play_on.gif) top left no-repeat;
}
#slideshowButtons a.btnPlay:hover {
    background: url(/img/slideshow/play_over.gif) top left no-repeat;
}
#slideshowButtons a.btnPause {
    display: block;
    width: 42px;
    height: 42px;
    background: url(/img/slideshow/pause_on.gif) top left no-repeat;
}
#slideshowButtons a.btnPause:hover {
    background: url(/img/slideshow/pause_over.gif) top left no-repeat;
}
#slideshowButtons a.btnNext {
    display: block;
    width: 42px;
    height: 42px;
    background: url(/img/slideshow/next_on.gif) top left no-repeat;
}
#slideshowButtons a.btnNext:hover {
    background: url(/img/slideshow/next_over.gif) top left no-repeat;
}
