div#tmpSlideshow {
    margin: 0;
    padding: 0 0 0 0;
    position: relative;
    width:900px; height:293px;
	
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 730px;
    height: 293px;
    display: none;
}
div.tmpSlide img {
    float: left;
	margin: 0 0 0 0;
    width: 527px;
   
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 5px;
    right: 0px;
    width: 365px;
	
}

div.tmpSlideshowControl {
    /* border: 1px solid #e1dece; */
    float: right;
    margin: 0 0 0 5px;
	background-color:#FF6600;
    width: 20px;
    height: 20px;
    color: #554d31;
    font: 10px Verdana, Arial, sans-serif;
    text-align: center;
    cursor: pointer;
	
}
div.tmpSlideshowControl span {
    line-height: 19px;
    vertical-align: middle;
	
}
div.tmpSlideshowControlOn {
	background-color:#FF9900;
}
div.tmpSlideshowControlActive {
    /* border: 1px solid #ffffff; */
	background-color: #333333;
	color:#FF3300;
}
div.tmpSlideCopy {
    position: absolute;
	margin:5px ;
	margin-top:90px;	
    left: 530px;
    width: 365px;
	height:170px;
	text-align:left;
}

div#tmpSlideshow h1{font-family:Verdana, Arial, Trebuchet MS, Tahoma; font-size:16px; color:#FFFFFF; }

div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 14px Verdana, Arial, sans-serif;
    margin: 10px 0;
}
div.tmpSlideCopy p {
    font: 13px Verdana, Arial, sans-serif;
	text-align:left;
}
