/**
 * Scroller on top of the page
 * 
 * @author sunlock
 * @version 2009.09.17
 */


/* HORIZONTAL SCROLLER */
.horizontalscroller {
    width: 1000px;
    background: #2175bc;
    height: 24px;
    border-bottom: 3px solid #90bade;
    border-left: 1px solid #2175bc;
    border-right: 1px solid #2175bc;
    color: #ffffff;
    font-weight: bold;
	text-align: center;
}

ul.ticker li {
	list-style-type: none;
}

/* SPACER - used to create space at the top of the page */
.horizontalscrollertop {
    width: 1000px;
    background: #2175bc;
    height: 4px;
    border-left: 1px solid #006fb1;
    border-right: 1px solid #006fb1;
}

