div#tmpSlideshow {
    margin: 16px auto;
    padding: 30px 0 0 0;
    position: relative;
    height: 300px;
    width: 940px;
	background:transparent;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 730px;
    height: 332px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 0px 0 0 0px;
    width: 940px;
	height:349px;
}
div#tmpSlideshowControls {
position:absolute;
	top: 8px;
	left: 10px;
	width: 175px;
}
div.tmpSlideshowControl {
    margin: 0 5px 0 0;
    background:url(../img/index_rot_nohover.png) no-repeat;
    width: 27px;
    height: 27px;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 36px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background:url(../img/index_rot_have.png) no-repeat;
}
div.tmpSlideshowControlActive {
    background:url(../img/index_rot_have.png) no-repeat;
}
div.tmpSlideCopy {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
}
div.tmpSlideCopy p {
    font: 11px Arial, sans-serif;
    line-height: 1.75em;
}

.moreBtn {
	position:absolute;
	background:url(../img/index_rot_buttonAtt.png) no-repeat;
	width:163px;
	height:39px;
	left:80px;
}

.moreBtn a {
	display:block;
	width:100%;
	height:100%;
}

#tmpSlide-1 .moreBtn {
	top:130px;
}

#tmpSlide-2 .moreBtn {
	top:135px;
}

#tmpSlide-3 .moreBtn {
	top:240px;
}

#tmpSlide-4 .moreBtn {
	top:270px;
}
