div#tmpSlideshow {
    margin-top: 43px;
    padding: 0px 0 0 0;
    position: relative;
    height: 130x;
    width: 257px;
	background-color:#eeece6;
    
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 257px;
	background-color:#eeece6;
     height: 130px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 0px 0 0 5px;
    width: 277px;
	height:120px;

}
div#tmpSlideshowControls {
    position: absolute;
	margin:90px 0px 0px 200px;
	background-color:#c0c0c0;
    width: auto;
	float:left;
}
div.tmpSlideshowControl {
    border: 1px solid #e1dece;
    float: left;
    padding:2px;
    background: url('Featdure.png') no-repeat;
   background-color:#eeece6;
    color: #554d31;
    font: 8px Arial, sans-serif;
    
}
div.tmpSlideshowControl span {
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-image: url('FeadtureOver.png');
}
div.tmpSlideshowControlActive {
    border: 1px solid rgb(161, 155, 137);
}
div.tmpSlideCopy {
    margin:15px 0px 0px 10px;
    width:270px;
	height:130px;
	font-size:11px;
text-align:justify;
color:#62615f;
	float:left;
}

}
div.tmpSlideCopy p {
    font: 11px Arial, sans-serif;
    line-height: 1.75em;
}