#slider	{
	width: 610px; 
	margin: 0 auto; 
	padding: 0 20px;
	background: white url(../images/slider-bg.jpg); 
	height: 227px; 
	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: 1920px; 
	position: relative; }

.slide { 
	height: 227px; 
	padding: 0; 
	width: 640px; 
	float: left; 
	position: relative;
}
#mover h1	{ 
text-indent: 0;
margin: 10px 0;
padding:0;
 width: 360px;
}
#mover h1	a{ 
	font: normal normal bold 18px/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #ac0000;
	text-decoration: none;
}
#mover h1	a:hover{ 
	color: #000000;
}

.slide p { 
	margin: 0;
	padding:0;
	width: 350px; 
}
.slide a{ 
	font: normal normal normal 13px/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000; 
	width: 300px;
	text-decoration: none;
	line-height: normal;
}

.slide a img { 
	position: absolute; 
	top: 30px; 
	left: 380px; 
	width: 220px;
	padding: 2px;
	border: 1px solid #000000;
	background-color: #ffffff;
}
#slider-stopper	{ 
	position: absolute; 
	top: 1px; 
	right: 50px; 
	background: #ac0000; 
	color: white;
	padding: 3px 8px; 
	font-size: 10px; 
	text-transform: 
	uppercase; z-index: 100; 
}
