#slider {
	width: 336px; /* important to be same as image width */
	height: 100%; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	left: 200px;
	top: 0px;
}

#sliderContent {
	width: 336px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	list-style-type: none;
	margin: 0;
	padding: 0px;
	left: 0px;
}

.sliderImage {
    position: relative;
	display: none;
}
.clear {
	clear: both;
}
ul { list-style-type: none;}