@charset "utf-8";
/* CSS Document */

#tickerbox{
	width:665px;
	height:233px;
	border:0px;
	overflow:hidden;
	position:relative;
	z-index:0;
	margin-top:0px;
	margin-left:0px;
	left: 1px;

}

#tickerbox a{position:relative}

#comments{
width:100%;
background:#000;
opacity:0.5;
color:#fff;
padding:5px;
height:40px;
top:-45px;
overflow:hidden;
font-size:11px;
}

.ticker{
top:0px;
left:0px;
}

#ticker-loading{
background:url(imgs/loading.gif) no-repeat center;
position:relative;
top:-3px;
left:-8px;
width:100%;
height:100%;
}

img{border:none}

#next,#prev{
position:relative;
top:0px;
}
#next{
left:0px;
}
