/* Start of CMSMS style sheet 'scroller-main' */
.scrollable {
position:relative;
overflow:hidden;
width: 800px;
height: 55px;
}
.scrollable .items {
width:20000em;
position:absolute;
clear:both;
}

/* single scrollable item */
.scrollable span {
float:left;
margin: 5px 5px 5px 15px;
color:#831215;
background: #FEE3AE;
padding: 5px 5px 0 5px;
cursor:pointer;
width:770px;
height:46px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
}

/* End of 'scroller-main' */

