body {
    font-family: Arial, sans-serif;
}
div#tmpSlideshow {
    margin: 10px;
    padding: 30px 0 0 0;
    position: relative;
    height: 335px;
    width: 920px;
    /*border: 1px solid rgb(200, 200, 200);*/
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    /*width: 730px;*/
    height: 332px;
    display: none;
}
div.tmpSlide img {
    /*float: left;*/
    float: none;
    text-align: center !important;
    /* margin: 30px 0 0 15px; */
    /* width: 527px; */
    display: inline-block !important;
    margin: 0px !important;
    height: 310px !important;
    /* border: 1px solid rgb(244, 244, 244); */
    border: 0px !important;
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 30px;
    right: 11px;
    width: 175px;
}
div.tmpSlideshowControl {
    border: 1px solid #e1dece;
    float: left;
    margin: 0 5px 0 0;
    background: url('/Template/Pictures/Buttons/Feature.png') no-repeat;
    width: 38px;
    height: 36px;
    color: #554d31;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 36px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-image: url('/Template/Pictures/Buttons/FeatureOver.png');
}
div.tmpSlideshowControlActive {
    border: 1px solid rgb(161, 155, 137);
}
div.tmpSlideCopy {
    position: absolute;
    left: 600px !important;
    top: 5px !important;
    width: 300px;
}
div#tmpSlideshow h4 {
    /*color: #b90f23;*/
    color: #000000;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 10px 0;
    font-weight:bold;
}
div.tmpSlideCopy p {
    font: 11px Arial, sans-serif;
    line-height: 1.75em;
}

.ss_patch {
	width:540px; 
	margin-left: 20px;
        margin-top: 15px;
	border: 1px solid rgb(244, 244, 244);
	text-align: center;
        padding: 10px;
        overflow:hidden;
}
