

div#tmpSlideshow {
    position: relative;
    height: 340px;
    width: 860px;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 860px;
    height: 340px;
    display: none;
}
div.tmpSlide img {
    margin: 0;
    width: 860px;
}
div#tmpSlideshowControls {
	margin: 12px 0 0 725px;
	padding-bottom: 48px;
	width: 136px;
}
div.tmpSlideshowControl {
    border: 1px solid #999;
    float: left;
    margin: 0 5px 0 0;
    background: #fff;
    width: 38px;
    height: 36px;
    color: #999;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 36px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background: #E03B6F;
	color: #fff;
}
div.tmpSlideshowControlActive {
    border: 1px solid #E03B6F;
}
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;
}