
div#tmpSlideshow {
    padding: 30px 0 0 0;
    position: relative;
    height: 185px;
    width: 232px;
    border: 1px solid #0277c0;
	border-top:none;
	background: #FFF url(../../../images/quicklinks_bg.jpg) left top no-repeat;
	font-size:14px;
}
div#tmpSlideshow ul{
	padding-top:22px;
	padding-left:18px;
	border-top:0px solid #fff;
}
div#tmpSlideshow li{
	color:#5d5d5d;
	font-size:80%;
	margin-bottom:18px;
	padding:1px 0 0 26px;
	height:16px;
}

div#tmpSlideshow li.one{
	background:url(../../../images/one.png) left center no-repeat;
}

div#tmpSlideshow li.two{
	background:url(../../../images/one.png) left center no-repeat;
}

div#tmpSlideshow li.three{
	background:url(../../../images/one.png) left center no-repeat;
}

div#tmpSlideshow li.four{
	background:url(../../../images/one.png) left center no-repeat;
}

div#tmpSlideshow li.five{
	background:url(../../../images/one.png) left center no-repeat;
}

div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 231px;
    height: 185px;
    display: none;
}
div#tmpSlideshowControls {
    position: absolute;
    bottom: 0;
    height:15px;
    width: 232px;
    background:url("../../../images/why-premier-footer.jpg");
	  background-repeat:no-repeat;
}
div#tmpSlideshowControls .tmpSlideshowControlstags{
    bottom: 0;
    height:16px;
    width: 60px;
    float: right;
	padding-top:2px;
}
div.tmpSlideshowControl {
    border: 1px solid #0068b8;
    float: left;
    margin: 2px;
    background:#66a5d5;
    width: 5px;
    height: 5px;
    color: #554d31;
    font: 12px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
	
}
div.tmpSlideshowControl span {
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-image: url('/Template/Pictures/Buttons/FeatureOver.png');
}
div.tmpSlideshowControlActive {
    border: 1px solid #b4dfff;
	background:#0068b8;
}
