    div#rotator {
    position:relative;
	height:345px;
	margin-left: 15px;
}

	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
	div#rotator ul li img {
	border:7px solid #fff;
	padding: 4px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:0
}
