#page-wrap{ 
	width: 446px; 
	margin: 0 auto; 
}

#slider {
	height:250px;
	margin:0 0 0 5px;
	overflow:hidden;
	position:relative;
	width:440px;
}
								  
                                /* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover{ 
	width:445px; 
	position: relative; 
}

.slide{ 
	padding: 0px; 
	width:445px;
	float: left; 
	position: relative; 
}

.slide a{ 
	text-decoration:none;
	color:#AB9F7F; 
}

.slide h2{
	margin-top:70px;
	margin-left:20px;
}
.slide p         {
	margin-left:20px;
	width:190px;	
}

.slide img{
	position: absolute; 
	top: 0px; 
	left: 225px; 
}


#slider-stopper{ 
	position: absolute; 
	bottom: 0px; 
	right: 20px; 
	background: #FE540F; color: white;
	padding: 0px 2px; 
	font-size: 8px; 
	z-index: 1000; 
}