﻿body {
    font-family: Arial, sans-serif;
}
div#tmpSlideshow {
    margin-bottom: 10px;
    padding: 0 0 0 0;
    position: relative;
    height: 157px;
    width: 499px;
    background: url(images/FlBox.jpg) no-repeat top left;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    margin: 46px 38px 10px 26px;
    width: 360px;
    height: 150px;
    display: none;
}
div.tmpSlide img {
    margin: -6px 0 10px 30px;
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 25px;
    right: 206px;
    width: 175px;
}
div.tmpSlideshowControl {
    float: left;
    margin: 0 5px 0 0;
    background: url(images/button-trans.png) no-repeat;
    width: 20px;
    height: 20px;
    color: #4a5157;
    font: 11px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 23px;
    padding-left: 2px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
   
}
div.tmpSlideshowControlActive {
    border: none;
    background: url(images/button_up-trans.png) no-repeat;
}
div.tmpSlideCopy {
    position: absolute;
    left: 565px;
    top: 20px;
    width: 170px;
}

div.tmpSlideCopy p {
    font: 11px Arial, sans-serif;
    line-height: 1.75em;
}
