
div#tmpSlideshow {
   height:500px;
margin:0 auto;
position:relative;
width:674px; overflow:hidden;
}

#tmpSlideshow ul li {
    list-style: none;
}
li.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 674px;
    height: 500px;
    display: none;
}
li.tmpSlide img {
    float: left;
    width: 674px;
    border: 1px solid rgb(244, 244, 244);
	height: 500px; 
}

#tmpSlideshowControls ul li {
    list-style: none;
}
li.tmpSlideshowControl {
   cursor:pointer;
float:left; font-size: 11px;
font-family:"Times New Roman", "URW Palladio L";
line-height: 17px;
height:18px; font-weight: bold;
margin:0 5px 0 0;
text-align:center; 
width:15px;
/*background: url(../images/slide-nav.png) no-repeat;*/
/*background-position: 0 1px; color: #ffffff;*/
}
li.tmpSlideshowControl span {
       vertical-align: middle;
}
li.tmpSlideshowControlOn {
    /*background: url(../images/slide-nav.png) no-repeat;*/
    /*background-position: 0 1px;*/
}
li.tmpSlideshowControlActive {
    height: 18px;
/*background: url(../images/slide-nav.png) no-repeat;*/
/*background-position: 0 -18px;*/
color: #fff;
}

div#tmpSlideshowCtrls {
background: url(../images/slider_bg.gif) repeat;
height: 50px;
position:absolute;
margin-top: 450px;
width: 674px;

}

div#tmpSlideshowCtrls ul {margin:15px 0 0 515px;}
