#content{
position: relative;
margin-bottom: 0px;
height: 615px;
}

#newsticker-prev,
.focus-prev,
#concorde-prev,
#hors-prev
{
	background-image:url(/2010/interface/prev-horizontal.png);
background-position:-40px -10px;
background-repeat:no-repeat;
color:transparent;
display:block;
height:15px;
margin-top:5px;
position:absolute;
right:15px;
width:18px;
}

#newsticker-prev:hover,
.focus-prev:hover,
#concorde-prev:hover,
#hors-prev:hover
{
	background-position: -5px -10px;
	}


#newsticker-next, .focus-next, #concorde-next, #hors-next
{
	color: transparent;
	display: block;
	margin-top:5px;
	height: 15px;
	position: absolute;
	right: 0;
	top: 0;
	width: 18px;
	background-color: transparent;
	background-image: url(/2010/interface/next-horizontal.png);
	background-repeat: no-repeat;
	background-position: -52px -10px;

}

#newsticker-next:hover,
.focus-next:hover,
#concorde-next:hover,
#hors-next:hover
{
	background-position: -16px -10px;
	}


#news #newsticker a {
color:#666;
font-family:verdana,arial,sans-serif;
font-size:13px;
letter-spacing:0;
line-height:16px;
margin:0;
padding:5px 20px 0 0;
}

