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

#tickerbox{
width:350px;
height:250px;
border:1px solid;
overflow:hidden;
position:relative;
z-index:0;
}

#tickerbox a{position:relative}

#comments{
width:100%;
background:#000;
opacity:0.5;
color:#fff;
padding:5px;
height:50px;
position:relative;
top:-39px;
overflow:hidden;
font-family:verdana, arial;
font-size:11px;
}

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

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

img{border:none}

#next,#prev{
position:relative;
/*top:-175px;*/
top:-50%;
margin-top:-22.5px;
}
#prev{

}
#next{
/*left:260px;*/
float:right;
margin-top:-45px
}