﻿body {
    font-family: Arial, sans-serif;
}
div#tmpSlideshow {
    margin: 10px 0 0 20px;;
    padding: 20px 0 0 0;
    position: relative;
      width:620px;					/* The width of the slideshow */
	height:390px;					/* The height of the slideshow */
    border: 1px solid rgb(244, 244, 244);
    position:relative; 
    float:left;
    background:#D2D1C2;
	

}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 589px;
    height: 342px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 15px 0 0 15px;
    width: 590px;
    height: 330px;
    border: 1px solid rgb(244, 244, 244);
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 10px;
    left: 15px;
    width: 375px;
}
div.tmpSlideshowControl {
    border: 1px solid #e1dece;
    float: left;
    margin: 0 5px 0 0;
    background: url('../Feature.png') no-repeat;
    width: 28px;
    height: 26px;
    color: #554d31;
    font: 12px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 26px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-image: url('../FeatureOver.png');
}
div.tmpSlideshowControlActive {
    border: 1px solid rgb(161, 155, 137);
}
div.tmpSlideCopy {
    position: absolute;
    left: 565px;
    top: 20px;
    width: 170px;
}
div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 10px 0;
}
div.tmpSlideCopy p {
    font: 11px Arial, sans-serif;
    line-height: 1.75em;
}
