﻿div#tmpSlideshow {
    height: 291px;
    width: 914px;
    position:relative;
    }
div.tmpSlide {
    position:absolute;
    width: 914px;
    height: 291px;
    display: none;
    }
div.tmpSlide img {
    float: left;
    width: 914px;
    }
div#tmpSlideshowControls {
    display:none;
    }
span.tmpSlideshowControl {
    color: #000000;
    text-align: center;
    cursor: pointer;
    background-color:#dddddd;
    font-size:10px;
    font-weight:bold;
    padding-left:2px;
    padding-right:2px;
    }
span.tmpSlideshowControl span {
    }
span.tmpSlideshowControlOn {
    background-color:#000000;
    color:#ffffff;
    }
span.tmpSlideshowControlActive {
    background-color:#000000;
    color:#ffffff;
    }
