#slider {
	width: 864px; /* important to be same as image width */
	height: 82px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	top: 50px;
	/*left: -115px;*/
	left:10px;
}

#sliderContent {
	width: 864px; /* important to be same as image width or wider */
	position: absolute;
	margin-left: 0;
}

.sliderImage {
	float: left;
	position: relative;
	display: none;
}

.sliderImage span {
	position: absolute;
	padding: 0px;
	width: 0px;
	display: none;
}


