/* Scroller Box */
.carousel {
 background-color: #ffffff;
 position: relative;
 top: 1px;
 left: 1px;
 width: 297px;
 height: 79px;
 overflow: hidden;
}

#scroller {
 white-space: nowrap;
 line-height: 25px;
 font-size: 25px;
}

#scroller p {
 padding: 0;
}
/* Scoller Box */



/* At the end of the CSS File */

/* CSS Hack Safari */
#dummy {;# }

#carousel{
 overflow: auto;
}
