
div#tmpSlideshow {
 position: relative;
    height: 384px;
    width: 980px;
	background:#ffffff;
	    
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 980px;
    height: 384px;
    display: none;
}
div.tmpSlide img {
    float: right;
    width: 634px;
   
}
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('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('FeatureOver.png');
}
div.tmpSlideshowControlActive {
    border: 1px solid rgb(161, 155, 137);
}
div.tmpSlideCopy {
    position: absolute;
    left: 0px;
    top: 20px;
	padding:0 5px 0 10px;
    width: 335px;
}
