body {
    font-family: Arial, sans-serif;
}
div#tmpSlideshow {
    position: relative;
    height: 272px;
    width: 715px;
	clear: both;
}
div.tmpSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 730px;
    height: 272px;
    display: none;
}
div.tmpSlide img {
    float: left;
    width: 725px;
}
div#tmpSlideshowControls {
	height:38px;
	width:710px;
	background-color:#1A1A1A;
	padding: 0 0 0 15px;
	margin-bottom:15px;
	
}
div.tmpSlideshowControl {
    background: url("images/slideshow_arrow.png") no-repeat scroll left center transparent;
    cursor: pointer;
    float: left;
    font: 12px Arial,sans-serif;
    height: 8px;
    margin: 12px 3px 0 0;
    overflow: hidden;
    padding: 0 0 8px 12px;
    text-align: left;
    width: 72px;
}
div.tmpSlideshowControl span {
    line-height: 36px;
    vertical-align: middle;
	color:#CCCCCC;
}
div.tmpSlideshowControl span img.slideshow_button{
	margin:0 5px;
}
div.tmpSlideshowControlOn {
    /*background-image: url('/Template/Pictures/Buttons/FeatureOver.png');*/
}

div.tmpSlideshowControlActive {
	color:#33ccff;
}
div.tmpSlideshowControlActive span{
	color:#33ccff;
}

div.tmpSlideCopy {
    position: absolute;
    left: 565px;
    top: 20px;
    width: 170px;
}
div#tmpSlideshow h4 {
    color: #b90f23;
    text-transform: uppercase;
    font: 14px Arial, sans-serif;
    margin: 10px 0;
}
div.tmpSlideCopy p {
    font: 11px Arial, sans-serif;
    line-height: 1.75em;
}

#frontpage-slideshow-admin-edit {
	background-color: #EEFFEE;
    top: 160px;
    padding: 5px;
    position: absolute;
    z-index: 2;
}
