div#tmpSlideshow {
    margin: 0px;
    padding: 0px 0 0 0;
    position: relative;
    height: 242px;
    width: 742px;
    border: 0px solid rgb(200, 200, 200);
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 742px;
    height: 242px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 0px 0 0 0px;
    width: 742px;
	 height: 242px;
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 3px;
    right: 5px;
    width: 189px;
}
div.tmpSlideshowControl {
    border: 1px solid #174957;
    float: left;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
	line-height:20px;
    color: #ffffff;
	background-color:#276272;
    font: 12px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
	font-weight:bold;
}
div.tmpSlideshowControl span {
    line-height: 20px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-image: url('../template/Pictures/Buttons/FeatureOver.png');
}
div.tmpSlideshowControlActive {
    border: 1px solid #fdff64 ;
}
div.tmpSlideCopy {
    position: absolute;
    left: 350px;
    top: 10px;
    width: 310px;
	height:auto;
}
div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 18px Arial, sans-serif;
    margin: 3px 0; font-weight:bold;
}
div.tmpSlideCopy p {
    font: 11px Arial, sans-serif;
    line-height: 18px;
}

