
#sliderContent {
    width: 905px; /* important to be same as image width or wider */
    position: absolute;
	background:#fff;
	margin: 0px auto;	
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.clear {
	clear: both;
}

.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
	padding:0px 0px;
}


ul { 
list-style-type: none;
margin:0px 0px;
padding:0px 0px;
}



	
