#slider							{
	height: 250px;
	overflow: hidden;
	width: 790px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
	background-color: white;
	background-image: url(../StartStopSlider/images/slider-bg.jpg);
	background-repeat: repeat;
	position: relative;
 }
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover							{
	width: 4000px;
	position: inherit;
}

.slide							{
	width: 740px;
	float: left;
	position: absolute;
	padding-top: 40px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 25px;
	height: 180px;
	left: 815px;
	background-color: #FFFFFF;
	background-image: url(image/spaser_white.gif);
	background-repeat: repeat;
	z-index: 500;
}
#slide-1 {
	left: 0px;
}

.slide h2						{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
	color: #ac0000;
}
.slide h3						{
	color: #333333;
	font-size: 12px;
	line-height: 24px;
	width: 340px;
	margin-top: 15px;
	z-index: 100;
}
.slide p						{
	color: #999;
	font-size: 12px;
	line-height: 22px;
	width: 250px;
}
.slide img						{
	position: absolute;
	top: 20px;
	left: 360px;
	height: 230px;
	background-color: #FFFFFF;
	background-image: url(image/spaser_white.gif);
	background-repeat: repeat;
	z-index: 400;
}
#slider-stopper					{
	position: absolute;
	top: 1px;
	right: 20px;
	background: #ac0000;
	color: white;
	padding: 3px 8px;
	font-size: 10px;
	text-transform: uppercase;
	z-index: 1;
}
#buttons {
	float: left;
	width: 100px;
	padding-left: 15px;
	height: 250px;
	position: relative;
}

