@charset "utf-8";
/* CSS Document */
/* SLIDER FOR HOMEPAGE */

#topBanner {
   width: 554px; /* important to be same as image width */
   height: 200px; /* important to be same as image height */
   position: relative; /* important */
   overflow: visible; /* important */
   /* background-color: #fff; */
   margin-left: 0;
   margin-top: 10px;
   padding: 0;
}