div#tmpSlideshow {
    padding: 0 0 0 0;
    position: relative;
    height: 291px;
    width: 757px; float:left; border-radius:5px; border:solid 1px #e9e9e9;
} 
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 759px;
    overflow: hidden;
    height: 293px;
    display: none;
}
div.tmpSlide img {
    float: left; border-radius:5px;
}
div#tmpSlideshowControls {
    position: absolute;
    top: 260px;
    right:20px;
}
div.tmpSlideshowControl {
    float: left;
    width: 15px;
    height: 15px;
    cursor: pointer;text-indent: -9999px; margin-left:3px; background:#cdcccc; border-radius:20px;
}
div.tmpSlideshowControl span {
    line-height: 15px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn { background:#cdcccc; border-radius:20px;}
div.tmpSlideshowControlActive { background:#95d72d; border-radius:20px;}
div.tmpSlideCopy {
    position: absolute;
    left: 565px;
    top: 20px;
    width: 170px;
}
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;
}