
div#tmpSlideshow {
	background:url(../images/main-focus-bg2.jpg);
    margin: auto;
    padding: 0 0 0 0;
    position: relative;
    height: 300px;
    width: 960px;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
	margin-top:5px;
    width: 960px;
    height: 265px;
    display: none;
}

div.tmpSlide .left-box {
    float: left;
    margin: 15px 0px 0px 20px;
    width: 398px;
	height:265px;
	padding:0px;
    border: 1px solid rgb(244, 244, 244);
}
div#tmpSlideshowControls {
    position: absolute;
	background:#fff;
    bottom: 15px;
    right: 220px;
    width: 96px;
	z-index:10000;
}
div.tmpSlideshowControl {
    float: left;
    margin: 0 5px 0 5px;
    width: 22px;
    height: 22px;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    vertical-align: middle;
}
div.tmpSlideshowControl{
background:url(../images/bubble-off.png) no-repeat;
}	
div.tmpSlideshowControlOn {
}
div.tmpSlideshowControlActive {
	background:url(../images/bubble-on.png) no-repeat;
}
div.tmpSlideCopy {
    position: absolute;
	border:1px solid silver;
	padding:5px 5px;
	background:#fff;
    left: 440px;
    top: 15px;
    width: 490px;
	height:255px;
}
div#tmpSlideshow h4 {
text-align:center;
    color: #b90f23;
    font: 18px Arial, sans-serif;
    margin: 0 0 10px 0;
}
div.tmpSlideCopy p {
    line-height: 1.75em;
}

div.SlideInnerCopy {
	padding:10px;
	width:468px;
	height:233px;
	margin:0px;
	border:1px solid silver;
}

.slide-img {
width:398px;
height:265px;
}
