@charset "utf-8";
/* CSS Document */


div#tmpSlideshow {
    position: relative;
    height: 242px;
    width: 897px;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 897px;
    height: 242px;
    display: none;
}
div.tmpSlide img {
    float: left;
    width: 897px;
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: -4px;
    left: 20px;
	width:300px;
	height:22px;
	z-index:300;
}
div.tmpSlideshowControl {
    float: left;
    margin: 0 5px 0 0;
    width: 18px;
    height: 22px;
    color: #000;
    text-align: center;
    cursor: pointer;
	z-index:301;	
}
div.tmpSlideshowControl span {
    line-height: 22px;
    vertical-align: middle;
	z-index:301;		
}
div.tmpSlideshowControlOn {
	color:#fff;
	z-index:301;		
}
div.tmpSlideshowControlActive {
	color:#fff;
	z-index:301;		
}

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;
}
