@charset "utf-8";
/* CSS Document */
body{margin:0px; padding:0px;}
#tickerbox{
	width:100%;
	height:350px;
	overflow:hidden;
	z-index:0;
	clear: both;
	display: block;
	font-size:0px;
}

#tickerbox a{position:relative}



.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{
float:left;
margin-top:-45px
}
#next{
/*left:260px;*/
float:right;
margin-top:-45px
}
