#sliderwrap {  
	float: left; 
	text-align: center; 
	width: 650px; 
	overflow: hidden ;
	position: relative ; 
	height: 300px;
}

a.prev {
	position: absolute;
	top: 140px;
	left: -40px;
}

a.next {
	position: absolute;
	top: 140px;
	right: -40px;
}

#slidertext ul{ width: 650px; }

.social {
	width: 650px;
	height: 300px;
	display: block;
	margin: 0px;
}

.social a {
	display: block;
	width: 650px;
	height: 300px;
	float: left;
}
		
#slidertext ul li a.acgg { background: url(../images/featured_auto1.jpg) no-repeat center; background-size: contain; }
#slidertext ul li a.remote { background:url(../images/featured_auto2.jpg) no-repeat center; background-size: contain; }
#slidertext ul li a.email { background:url(../images/featured_auto3.jpg) no-repeat center; background-size: contain; }
