body {
    font-family: Arial, sans-serif;
}
div#tmpSlideshow {
    margin: 0;
    padding: 0 0 0 0;
    position: relative;
    height: 400px;
    width: 998px;
    background: url(../Img/blank.jpg);       
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 998px;
    height: 400px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 0;
    width: 998px;
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 0px;
    right: 21px;
    
}
div.tmpSlideshowControl {
    border: 0px solid #e1dece;
    float: left;
    margin: 0 0 0 0;
    width: 135px;
    height: 44px;
    color: #554d31;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 36px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    
}
div.tmpSlideshowControlActive {
}
div.tmpSlideCopy {
    position: absolute;
    left: 19px;
    top: 0px;
    width: 416px;
    height: 95px;
    
}
div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 10px 0;
}
div.tmpSlideCopy p {
    font: 11px Arial, sans-serif;
    line-height: 1.75em;
}