#slider {
	margin:0 auto;
	padding:0;
    width: 648px; /* important to be same as image width */
    height: 405px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 648px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin: 0;
	padding:0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.clear {
	clear: both;
}
ul { list-style-type: none;
}
#slider img {
	border-right:10px solid #fff;
	border-left:10px solid #fff;
}

