body {
    font-family: Arial, sans-serif;
}
div#tmpSlideshow {
    margin: 0px;
    padding: 5px 0 0 0;
    position: relative;
    height: 155px;
    width: 320px;
	background:#FFF;
    border: 1px solid rgb(200, 200, 200);
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 310px;
    height: 150px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 10px 0 0 3px;
    width: 185px;
    border: 0px solid rgb(244, 244, 244);
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 4px;
    right: 15px;
    width: 115px;
}
div.tmpSlideshowControl {
    border: 1px solid #ccc;
    float: left;
    margin: 0 4px 0 0;
    background: url('../images/Feature.png') no-repeat;
    width: 22px;
    height: 20px;
    color: #444;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 20px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-image: url('../images/FeatureOver.png');
}
div.tmpSlideshowControlActive {
    border: 1px solid #bb7a7a;
}
div.tmpSlideCopy {
    position: absolute;
    left: 175px;
    top: 5px;
    width: 140px;
	height:125px;
	overflow:hidden;
}
div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 12px Arial, sans-serif;
	font-weight:bold;
    margin: 3px 0;
}
div.tmpSlideCopy p {
    font: 12px Arial, sans-serif;
    line-height: 21px;
}