#slider1 {
	width: 900px; /* important to be same as image width */
	height: 303px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#slider1Content {
	width: 900px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
#slider2 {
	width: 170px; /* important to be same as image width */
	height: 250px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#slider2Content {
	width: 170px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
#slider3 {
	width: 145px; /* important to be same as image width */
	height: 250px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
}
#slider3Content {
	width: 145px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
	float: left;
	position: relative;
	display: none;
}
.slider2Image {
	float: left;
	position: relative;
	display: none;
}
.slider3Image {
	float: left;
	position: relative;
	display: none;
}
.clear {
	clear: both;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}