@charset "utf-8";
/* CSS Document */

#slider {
   padding:5px 0px 0px 20p ;
/*   float:left;*/
   width: 150px; /* important to be same as image width */
   height: 130px; /* important to be same as image height */
/*   position: relative;
   overflow: hidden; /* important */
}

#sliderContent {
   width: 150px; /* important to be same as image width or wider */
/*   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}


.clear {
   clear: both;
}
