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

