#slides-top-news
{
	margin-bottom:-50px;
}

.container-top-news
{
	width:890px;
	height:472px;
	padding-top:50px;
	padding-bottom:0px;
	clear:both;
	margin-bottom:-50px;
}

.container-top-news div 
{
	display:block;
}

#slides-top-news .next, #slides-top-news .prev 
{
	position:relative;
	top:-240px;
	width:54px;
	height:54px;
	display:inline-block;
}

#slides-top-news .prev
{
	left:-57px;
	background-image:url(../images/arrow-left-round.png);
}

#slides-top-news .prev:hover
{
	background-image:url(../images/arrow-left-round-hover.png);
}


#slides-top-news .next 
{
	left:835px;
	background-image:url(../images/arrow-right-round.png);
}

#slides-top-news .next:hover
{
	background-image:url(../images/arrow-right-round-hover.png);
}

.pagination-top-news 
{
	margin:auto;
	width:70px;
	padding-bottom:90px;
}

.pagination-top-news li 
{
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination-top-news li a 
{
	display:block;
	width:8px;
	height:0;
	padding-top:8px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination-top-news li.current a 
{
	background-position:0 -8px;
}