body {
    font-family: times, "times-new-roman", serif;
}
div#tmpSlideshow {
    margin: 0px;
    padding: 20px 0 0 0;
    position: relative;
    height: 280px;
    width: 800px;
    /* border: 1px solid rgb(200, 200, 200); */
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 280px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 20px 0 0 5px;
    width: 527px;
    border: 1px solid rgb(244, 244, 244);
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 12px;
    right: 80px;
    width: 175px;
}
div.tmpSlideshowControl {
    /* border: 1px solid #e1dece; */
    float: left;
    margin: 0 5px 0 0;
    /* background: url('/Template/Pictures/Buttons/Feature.png') no-repeat; */
    width: 24px;
    height: 22px;
    color: #554d31;
    font-size: 14px;
    font-family: helvetica, arial, san-serif;
    text-align: center;
    cursor: pointer;
    border:1px solid #ccc;
}
div.tmpSlideshowControl span {
    line-height: 24px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    /* background-image: url('/Template/Pictures/Buttons/FeatureOver.png'); */
}
div.tmpSlideshowControlActive {
    background: #eee;
}
div.tmpSlideCopy {
    position: absolute;
    left: 545px;
    top: 0;
    width: 250px;
}
div#tmpSlideshow h3 {
    color: #000;
    /* text-transform: uppercase; */
    font: 18px Arial, sans-serif IMPORTANT;
    line-height:1.2em;
    margin: 0 0 5px 0;
}
div.tmpSlideCopy p {
    font-size: 14px;
    font-family: times, "times-new-roman", serif;
    line-height: 1.2em;
}
