#headImage {
width:100%;
	overflow:hidden;
	position:relative;
}

#headImage ul {
	margin:0;
	padding:0;
}

#headImage li {
	position:absolute;
	margin:0;
	padding:0;
	background:#fff;
	list-style:none;
}
#headImage li img {
   width:100%;
}