/* layout */

#newstrip {margin:0; padding:0; background:#000;}

/* ticker */

.newsticker {
width:952px; 
height:25px; 
margin:0 auto;
overflow:hidden;
}
.newsticker ul {
width:auto;
height:25px;
list-style-type:none;
margin:0;
padding:0;
}
.newsticker ul li {
color:#fff;
margin:5px 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:25px; 
margin:-25px auto 0 auto;
pointer-events:none;
}
.fade {
background:url(http://www.rfgyh.co.uk/images/system/ticker-fade.png) repeat-y 0 0;
position:absolute;
display:block;
top:0;
left:0;
width:60px;
height:25px;
z-index:30;
pointer-events:none;}
.fade-right {background-position:-60px 0;left:auto;right:0;}
