@charset "utf-8";
/* CSS Document */

#slideshow	{
	background: white;
	width: 940px;
	margin: 0 auto 20px auto;
}

#slider	{
	background: white url(../images/slider-bg-right.jpg);
	height: 265px;
	overflow: hidden;
	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: 1635px;
	position: relative;
}

.slide	{
	padding: 20px 30px;
	width: 545px;
	float: left;
	position: relative;
}

.slide img	{
	position: absolute;
	top: 1px;
	left: -1px;
}

#slider-stopper	{
	position: absolute;
	top: 1px;
	right: 20px;
	background: #ac0000;
	color: white;
	padding: 3px 8px;
	font-size: 10px;
	text-transform: uppercase;
	z-index: 1000;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

#slider-stopper:hover	{
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

.sign-up-btn {
	background-image: url(../images/sign-up-btn.jpg);
	width: 212px;
	height: 43px;
	display: block;
}

.sign-up-btn:hover {
	background-position: bottom;
}
	