body {
    font-family: Arial, sans-serif;
}
div#tmpSlideshow {
    margin: 10px;
    padding: 20px 0 0 0;
    position: relative;
    height: 227px;
    width: 650px;
    border: 1px solid rgb(200, 200, 200);
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 650px;
    height: 250px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 5px 0 0 5px;
    width: 510px;
	height: 235px;
    border: 1px solid rgb(244, 244, 244);
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 7px;
    right: 0px;
    width: 120px;
}
div.tmpSlideshowControl {
    border: 1px solid #e1dece;
    float: left;
    margin: 5px 5px 0px 0px;
    background: url('/armsone/test/frame/roll_banner/Feature.png') no-repeat;
    width: 30px;
    height: 20px;
    color: #554d31;
    font: 14px Arial, sans-serif;
    text-align:center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 20px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-image: url('/armsone/test/frame/roll_banner/FeatureOver.png');
}
div.tmpSlideshowControlActive {
    border: 1px solid rgb(161, 155, 137);
	color: #E2680E;
}
div.tmpSlideCopy {
    position: absolute;
    left: 520px;
    top: 5px;
    width: 120px;
}
div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 5px 0;
}
div.tmpSlideCopy p {
    font: 11px Arial, sans-serif;
    line-height: 1.75em;
}