div#tmpSlideshow {
    margin:0px;
    padding:0px;
    position: relative;
	width:936px;
	height:394px;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width:936px;
    height:394px;
    display: none;
}
div.tmpSlide img {
    float: left;
    width:936px;
    height:394px;
}
div#tmpSlideshowControls {
	position: absolute;
	bottom:9px;
	right:1px;
	width:62px;
}
div.tmpSlideshowControl {
    border: 1px solid #e1dece;
    float: left;
    margin: 0 7px 0 0;
    background:url(../images/slide_bullet_normal.gif) no-repeat;
    width:11px;
    height:11px;
    color: #554d31;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}

div.tmpSlideshowControlOn {
    background-image:url(../images/slide_bullet.gif);
}
div.tmpSlideshowControlActive {
    border: 1px solid rgb(161, 155, 137);
}
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;
}
