/*
NAME: slider.css
DESCRIPTION: Defines the styles for the slideshow header of each page of Electronic Systems.com
AUTHOR: Bill Patrianakos and Clever Web Design
URL: http://chooseclever.com and http://billpatrianakos.com
LICENSE: This work is protected by copyright. See http://chooseclever.com/legal/clicense.html for license information. 
*/

#slideshow {
    position:relative;
    border-radius: 10px;
	height: 250px;
	border: 7px solid #537DB9;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#benefitsoverlay {
	z-index: 999;
	opacity: 1.0;
	position: absolute;
	display: block;
	text-align: left;
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-image: url(../files/images/transbg.png);
	left: 35px;
	height: 200px;
	bottom: 15px;
	width: 260px;
	border: 3px solid #404040;
	
}

#benefitsoverlay h2 {
	font: bold 14pt "Helvetica Neue", Helvetica, arial, veranda;
	color: #537DB9;
}

#benefitsoverlay ul {
	margin-top: 5px;
	list-style-type: disc;
	list-style-position: inside;
	padding: 5px;
}

.overlay {
	color: #404040;
	font: 9pt "Helvetica Neue", Helvetica, arial, veranda;
	margin-top: 10px;
}