/* CSS Document */


div#tmpSlideshow {
	min-height: 400px;
    margin: 0px;
    padding: 0px 0 0 0;
	text-align:center;
}
div.tmpSlide {
    
    display: none;
}
div.tmpSlide img {
    
    margin: 0px;
}

div.tmpSlideCopy {
    
}
div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
	text-align:center;
    margin: 10px 0;
}
div.tmpSlideCopy p {
    line-height: 1.75em;
}

div#tmpSlideshowControls {
width:800px;
margin:0 auto;
}
div.tmpSlideshowControl {
    float: left;
    margin: 0 6px 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-image: url(../images/FeatureOver.png);
}
div.tmpSlideshowControlActive {
color:#000000;
}
