div#tmpSlideshow {
    width: 990px;
}
div.tmpSlide {
    /*width: 730px;*/
    height: 332px;
    display: none;
	float:right;
	margin-right:8px;
}
div.tmpSlide img {
    float: left;
    margin: 14px 0 0 5px;
   	/*border: 1px solid rgb(244, 244, 244);*/
}
div#tmpSlideshowControls {
    left: 11px;
    width: 225px;
	padding:10px;
	float:left;
}
div.tmpSlideshowControl {
    margin: 31px 5px 28px 10px;
    width: 210px;
	padding-left:15px;
    height: 49px;
    color: #FFF;
    font: 24px "Trebuchet MS";
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height:50px;
}
div.tmpSlideshowControlOn {
    background-image: url('/Template/Pictures/Buttons/FeatureOver.png');
}
div.tmpSlideshowControlActive {
    color:#FF9900;
}
div.tmpSlideCopy {
	float:right;
    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;
}