/* layout */

body {background-position:0 34px;} /* overwrites global.css */
/* #admin {background:#353535;} old rfg */
#newstrip {margin:0; padding:0; background:#000;}

/* ticker */

.newsticker {
width:952px; 
height:34px; 
margin:0 auto;
overflow:hidden;
}
.newsticker ul {
width:auto;
height:34px;
list-style-type:none;
margin:0;
padding:0;
}
.newsticker ul li {
color:#fff;
margin:9px 0 0 16px;
padding:0;
display:-moz-inline-box; /* for Firefox 2 */
display:inline-block; /* for supporting browsers */
}
* html .newsticker ul li {display: inline;}  /* for IE6 */
* + html .newsticker ul li {display: inline;}  /* for IE7 */
.mover {cursor: default;}

/* fade in/out */

#fades {
position:relative;
width:952px; 
height:34px; 
margin:-34px auto 0 auto;
pointer-events:none;
}
.fade {
background:url(/images/system/ticker-fade.png) repeat-y 0 0;
position:absolute;
display:block;
top:0;
left:0;
width:60px;
height:34px;
z-index:30;
pointer-events:none;}
.fade-right {background-position:-60px 0;left:auto;right:0;}

* html .fade,* html .fade-right {display:none;}
