@charset "utf-8";
/* CSS Document */

#slider {
    width: 545px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
	width: 546px; /* important to be same as image width or wider */
	position: absolute;
	top: -15px;
	margin-left: -38px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.clear {
	clear: both;
}

.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
ul { list-style-type: none;}
