div#tmpSlideshow {
    position:absolute;
    height: 331px;
    width: 331px;
	background:#c8b18b;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 507px;
    display: none;
}
div.tmpSlide img {
    float: left;
    width: 331px;
    height: 301px;
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
div.tmpSlideshowControl {
    float: left;
    margin: 0 1px 0 0;
    background:none;
    width: 30px;
    height: 30px;
    color: #fff;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 32px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background:#302c2e;
}
div.tmpSlideshowControlActive {
    background:#302c2e;
}
div.tmpSlideCopy {
	text-align:left;
    position: absolute;
    left:5px;
    bottom:-44px;
    width: 400px;
	color:#fff;
	font-size:14px;
}
div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 10px 0;
}
div.tmpSlideCopy p {
    font: 12px Arial, sans-serif;
    line-height: 1.75em;
	color:#fff;
	
}