
div#tmpSlideshow {
    margin: 0;
    padding: 0;
    position: relative;
	width: 356px;
    height: 284px;
    border: 0px solid rgb(200, 200, 200);
	background:url(../images/slide_bottom.jpg) center bottom no-repeat;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 356px;
    height: 306px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 0;
    width: 355px;
	height: 255px;
    border: 0px solid rgb(244, 244, 244);
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 5px;
    right: 20px;
    width: auto;

}
div.tmpSlideshowControl {
    border: 1px solid #009899;
    float: left;
    margin: 0 5px 0 0;
	/*background: url('../images/Feature.png') no-repeat;*/
    width: 15px;
    height: 15px;
    color: #FFF;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
	background-color:#009899;
}
div.tmpSlideshowControl span {
    line-height: 15px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
   /* background-image: url('../images/FeatureOver.png');*/
}
div.tmpSlideshowControlActive {
     border: 1px solid #094b4a;
	background-color:#094b4a;
}
div.tmpSlideCopy {
    position: absolute;
    left: 20px;
    top: 255px;
    width: 387px;
}
div#tmpSlideshow h4 {
    color: #FFF;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 5px 0;
}
div.tmpSlideCopy p {
    font: 11px Arial, sans-serif;
    line-height: 1.75em;
}













