.slider {
    width: 517px; /* important to be same as image width */
    height: 392px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	z-index:0;
}

ul,li
{
list-style-type: none;
margin:0;
padding:0;
}
.clear {
	clear: both;
}

.top {
	top: 0;
	left: 0;
}

