﻿

div#tmpSlideshow {
    
    /* original code */
    /* margin: 10px;
    padding: 30px 0 0 0;
    position: relative;
    height: 335px;
    width: 755px;
    border: 1px solid rgb(200, 200, 200); */
    width:640px;					/* The width of the slideshow */
	height:340px;					/* The height of the slideshow */
	float:right;
	background:#D2D1C2;
	border:1px solid #fff;
	margin-top:10px;
	margin-left:20px;
	margin-right:5px;
	padding-top:20px;
        position:relative;

}
div.tmpSlide {
    /* position: absolute;
    top: 0;
    left: 0; */
    float:left;
    width: 615px;
    height: 275px;
    display: none;
}
div.tmpSlide img {

    float: left;
    margin: 5px 5px 0 15px;
    width: 375px;					/* The width of the image in slideshow */
    height:280px;					/* The height of the image in slideshow */
    border: 1px solid rgb(244, 244, 244);
}

div.tmpSlideCopy {
    /* position: absolute;
    left: 500px;
    top: 20px; */
    float:right;
    width: 175px;  	/* The width of the text column to the right in slideshow */
    padding-right:15px;
}
div#tmpSlideshow h4 {
    color: #003366;
    font-weight:600;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 10px 0;
}
div.tmpSlideCopy p {
    font: 11px Arial, sans-serif;
    color:#333;
    line-height: 1.75em;
}

/*** controls **/
div#tmpSlideshowControls {
    position: absolute;
    bottom: 4px;
    right: 11px;
    left:15px;
    width: 340px;
}
div.tmpSlideshowControl {
    border: 1px solid #e1dece;
    float: left;
    margin: 0 2px 0 0;
    background: url('../images/slideshow/Feature.png') no-repeat;
    width: 30px;
    height: 30px;
    color: #554d31;
    font: 12px Arial, sans-serif;
    text-align: center;
    cursor: pointer;
}
div.tmpSlideshowControl span {
    line-height: 32px;
    vertical-align: middle;
}
div.tmpSlideshowControlOn {
    background-image: url('../images/slideshow/FeatureOver.png');
}
div.tmpSlideshowControlActive {
    border: 1px solid rgb(161, 155, 137);
}




