div#tmpSlideshow {
    margin: 0px;
    padding: 1px 0 0 0;
    position: relative;
    height: 286px;
    width: 565px;

}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 565px;
    height: 260px;
    display: none;
}
div.tmpSlide img {

    margin: 0px 0 0 0px;
    width: 220px;
    height: 287px;
    border: 1px solid rgb(0, 0, 0);
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 0px;
    left: 327px;
    width: 300px;
}
div.tmpSlideshowControl {
    border: 1px solid #e1dece;
    float: left;
    margin: 0 3px 0 18px;
    background-color: #FFFFEC;
    width: 17px;
    height: 17px;
    color: #554d31;
    font: 11px tahoma;
    text-align: center;
    cursor: pointer;
}

div.tmpSlideshowControl span {
    line-height: 19px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-color: #FF84FF;
    color: #FFFF80;
}
div.tmpSlideshowControlActive {
    border: 1px solid rgb(161, 155, 137);
    background-color: #AA0000;
    color: #FFFF80;
}
div.tmpSlideCopy {
    position: absolute;
    float: left;
    left: 0px;
    top: 0px;
    width: 335px;
}
div#tmpSlideshow h4, div#tmpSlideshow h4 a {
    color: #b90f23;
    text-transform: uppercase;
    text-decoration: none;
    font: 13px tahoma;
    margin: 5px 0;
}
div#tmpSlideshow h4 a:hover {
    text-decoration: underline;
    font-weight: bold;
}
div.tmpSlideCopy p {
    font: 12px tahoma;
}