
#slider {    width: 1098px; /* important to be same as image width */
    height: 538px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
}
#slider img{  border: 0px;left: 0;  margin-left: 0; cursor:pointer;}
#sliderContent {
    width: 100%; /* important to be same as image width or wider */
    position: absolute;
	left:0;
    top: 0;
    margin-left:0;
	margin-top:0;
	list-style-type: none;
}
.sliderImage {
    float: left;
    position: relative;
    display: none;
    width: 100%;
    height:538px;
    left: 0;
    margin-left: 0;
}
.sliderImage img{
    float: left;
    position: relative;
    left: 0;
    margin-left: 0;
}

.clear {
 clear: both;
}

.top {
 top: 0;
 left: 0;
}
.bottom {
 bottom: 0;
    left: 0;
}
