div#tmpSlideshow {
    border: 1px solid #000000;
    margin: 0px;
    padding: 0px;
	margin-left:10px;
	margin-top:11px;
    position: relative;
    height: 125px;
    width: 936px;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 936px;
    height: 125px;
    display: none;
}
div.tmpSlide img {
    float: left;
    margin: 0px;
    width: 936px;
    height: 125px;
}
div#tmpSlideshowControls {
    position: relative;
    top: 130px;
	left: 720px;
    width: 230px;
}
div.tmpSlideshowControl {
    border: 1px solid #000000;
	background-color:#e1dece;
    float: left;
    margin: 0 2px 0 0;
    width: 20px;
    height: 20px;
    color: #333;
    font: 12px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 20px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
	background-color:#CCCCCC;
}
div.tmpSlideshowControlActive {
	background-color:#CCCCCC;
    border: 1px solid rgb(161, 155, 137);
}
div.tmpSlideCopy {
    position: absolute;
    left: 0px;
    top: 127px;
    width: 937px;
	height: 50px;
	background-color: #efefef;
    font: 12px Verdana, Arial, sans-serif;
}
div.slidefoot{
    position: absolute;
    left: 0px;
	top: 135px;
	height: 10px;
	width: 936px;
	background-repeat:no-repeat;
	background-position:top left;
}
div#tmpSlideshow h4 {
	color: #333;
	text-transform: uppercase;
	font: 13px Arial, sans-serif;
	font-weight:bold;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 3px;
}
div.tmpSlideCopy p {
	margin:0px;
	margin-top: 10px;
	margin-left:3px;
    font: 12px Verdana, Arial, sans-serif;
    line-height: 12px;
	width:936px;
}

