div#tmpSlideshow {
    position: relative;
    height: 260px;
    width: 900px;

}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    height: 260px;
    display: none;
}
div.tmpSlide img {
    float: left;
}
div#tmpSlideshowControls {
    position: absolute;
    width:880px;
	background:#000;
	padding-left:20px;
	padding-top:9px;
	bottom:0px;
	line-height:30px;
	height:30px;
	-moz-border-radius:0px 0px 10px 10px;
	opacity:0.70;
	z-index:88;


}
div.tmpSlideshowControl {
    float: left;
    margin: 0 5px 0 0;
    width: 21px;
    height: 21px;
    color: #fff;
    font: 14px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
	z-index:99;
	opacity:1;
}
div.tmpSlideshowControl span {
    line-height:21px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
}
div.tmpSlideshowControlActive {
	background:url(../images/banerSliderBurronHover.gif) no-repeat center center;
	}


