@charset "utf-8";
/* CSS Document */
div#tmpSlideshow {
    margin: 0 auto;
    padding: 0;
    position: relative;
    height: 240px;
    width: 990px;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 965px;
    height: 240px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 5px 0 0 15px;
    width: 762px;
	height:220px;
    border: 1px solid #386a0b;
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 7px;
    right: 11px;
    width: 175px;
}
div.tmpSlideshowControl {
    border:1px solid #0e3c00;
	float: left;
    margin: 0 5px 0 0;
    background: url('../images/Feature.png') no-repeat;
    width: 38px;
    height: 36px;
    color: #554d31;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 36px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background: url('../images/FeatureOver.png');
}
div.tmpSlideshowControlActive {
    border: 1px solid #4d7d10;
}
div.tmpSlideCopy {
    position: absolute;
    left: 800px;
    top: 0;
    width: 170px;
}
div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 5px 0;
}
div.tmpSlideCopy p {
    font: 12px Arial, sans-serif;
    line-height: 1.75em;
	color:#FFF;
}
