body {
    font-family: Arial, sans-serif;
}
div#tmpSlideshow {
    position: relative;
    height: 200px;
    width: 516px;
}
div#tmpSlideshow img{
	padding:0px !important;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 516px;
    height: 200px;
    display: none;
}
/*div.tmpSlide img {
    float: left;
    margin: 30px 0 0 15px;
    width: 527px;
    border: 1px solid rgb(244, 244, 244);
}
*/div#tmpSlideshowControls {
    position: absolute;
    bottom: 10px;
    right: 11px;
    width: 130px;
}
div.tmpSlideshowControl {
    border: 1px solid #323232;
    float: left;
    margin: 0 5px 0 0;
    background: #666;
    width: 14px;
    height: 14px;
    color: #fff;
    font: 12px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 12px;
}
div.tmpSlideshowControlOn {
    background-image: url('FeatureOver.png?hFileLastModified=1251984997');
}
div.tmpSlideshowControlActive {
    border:1px solid #323232;
	background:#dadada;
	color:#000;
}
div.tmpSlideCopy {
    position: absolute;
    left: 565px;
    top: 20px;
    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;
}
