div#slides {
	width: 992px;
	height: 460px;
	overflow: hidden;
	border-bottom:solid 16px #666;
	
}

div#slides div {
	height: 460px;
	width: 992px;
	text-align: left;	
}

.one {
	background-position:right;
	background-repeat:no-repeat;
	background-color:#FFF
}

.two {
	background-position:left;
	background-repeat:no-repeat;
	background-color:#FFF
}


