
div#tmpSlideshow {
    position: relative;
	/*height: 322px;
	width: 925px;
	margin-left: -462.5px;
	left: 50%;*/

}
div.tmpSlide {
    /*position: absolute;*/
    top: 0;
    left: 0;
    /*height: 322px;
	width: 925px;*/
    display: none;
}
div.tmpSlide img {
    float: left;
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 40px;
    right: 90px;	
    width: 175px;
}
div.tmpSlideshowControl {
    border: 1px solid #e1dece;
    float: left;
    margin: 0 5px 0 0;
    background-color: white;
    width: 20px;
    height: 18px;
    color: #554d31;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 18px;
	font-size: 11px;
	color: #666;	
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-color: white;
	color: white;
}
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;
}
