div#tmpSlideshow {
	float:left;
    margin: 10px 0px 0px 50px;
    /*padding: 30px 0 0 0;*/
    position: relative;
    height: 335px;
    width: 870px;
	font-size:13px;
  /*  border: 1px solid rgb(200, 200, 200);*/
}
div.tmpSlide {
    position: absolute;
    top: 100px;
    left: 0;
    width: 360px;
    height: 300px;
    display: none;
	/*background:#036;*/
}
div.tmpSlide_content{
	position: absolute;
	top: 251px;
	left: 92px;
	width: 100px;
	height: 99px;
   /* display: none;*/
	
}
div.tmpSlide img {
    float: left;
   /* margin: 30px 0 0 15px;*/
   /* width: 360px;*/
   /* height: 380px;
 */

    /*border: 1px solid rgb(244, 244, 244);*/
}
div#tmpSlideshowControls {
	position: absolute;
	top:554px;
	right: 611px;
	width: 249px;
	height: 79px;
}
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:369px;
	top: -88px;
	width: 510px;
	height:653px;
	/*background:#039;*/
}
div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 10px 0;
}
div.tmpSlideCopy p {
    line-height: 1.75em;
}
