body {
    font-family: Arial, sans-serif; /*background: url(../images/bgw2022.png) no-repeat top; top:100px;*/
}
div#tmpSlideshow {
    margin: 0px;
    position: relative;
    height: 200px;
    width: 655px;
   
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;

    display:none;
}
div.tmpSlide img {
    float: left;
    width: 400px; height:200px;
   
}
div#tmpSlideshowControls {
	position: absolute;
	bottom: 2px;
	right: 2px;
	width: 100px;
	height: 20px;
}
div.tmpSlideshowControl {
    border: 1px solid #e1dece;
    float: left;
    margin: 0 5px 0 0;
    background: url('Feature.png') no-repeat;
    width: 18px;
    height:18px;
    color: #554d31;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 18px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-image: url('FeatureOver.png');
}
div.tmpSlideshowControlActive {
    border: 1px solid rgb(161, 155, 137);
}
div.tmpSlideCopy {
    position: absolute;
    left: 415px;
    top: 1px;
    height: 140px;
    width: 240px;  text-align:left;
}
div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font-size: 24px;
    text-align: left;
    margin: 20px 0 10px 0;
    line-height: 36px;
    width: 240px;
}
div.tmpSlideCopy p {
	font-size:16px; text-align:left; line-height:28px; width:240px;

}
