body {
    font-family: Arial, sans-serif;
}
div#tmpSlideshow {
   
    padding: 0px 0 0 0;
    position: relative;
    height: 302px;
    width: 1000px;
    
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 408px;
    height: 332px;
    display: none;
}
div.tmpSlide img {
    float: center;
    margin: 0px;
    width: 1000px;
	height : 302px;
    
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 10px;
    right: 0px;
    width: 104px;
}
div.tmpSlideshowControl {
    
    float: left;
    margin: 0 5px 0 0;
    background: url('../img/tron.png') no-repeat;
	
    width: 21px;
    height: 21px;
    color: #028e37;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 19px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-image: url('../img/tron1.png');
}
div.tmpSlideshowControlActive {
   /* border: 1px solid rgb(161, 155, 137);*/
   color: #fff;
	background: url('../img/tron1.png') no-repeat;
}
div.tmpSlideCopy {
    position: absolute;    
    top: 280px;
    width: 408px;
	*margin-left:-410px;
}
div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 10px 0;
}
div.tmpSlideCopy p {
    font: 12px tahoma;
    line-height: 1.75em;
	color : #ac8b4e
}