@charset "utf-8";
/* CSS Document */

#tickerbox{
width:911px;
height:200px;
border:0px;
overflow:hidden;
position:relative;
z-index:0;
margin-top:-2px;
}

#tickerbox a{position:relative}

#comments{
width:100%;
background:#fff;
opacity:0.5;
color:#000;
padding:5px;
height:40px;
top:-45px;
overflow:hidden;
font-size:11px;
display:table;
}

.ticker{
top:0px;
left:0px;
}

#ticker-loading{
background:url(imgs/loading.gif) no-repeat center;
position:relative;
top:0;
left:0;
width:100%;
height:100%;
}

img{border:none}

#next,#prev{
position:relative;
top:-175px;
}
#next{
left:260px;
}