
#slider {
	background: #8CC63E;
	width: 790px;
	height: 260px;
	border: 1px solid #cccccc;
	overflow: hidden;
	position: relative;

}

#slider-stopper {
	position: absolute;
	top: 1px;
	right: 1px;
	background: #ccc;
	color: #000000;
	padding: 3px 8px;
	font-size: 12px;
	text-transform: uppercase;
	z-index: 1000;
	text-decoration: none;
}

#mover{ 
	width: 2880px; 
	position: relative; 
}	

.slide{ 
	padding: 40px 30px; 
	width: 790px; 
	float: left; 
	position: relative; 
}	

.slide img{ 
	position: absolute; 
	top: 20px; 
	left: 550px; 
}	

.txtin{ 
	position: absolute; 
	padding: 10px 240px 0 20px;

}	