/* VIEW NEWS */
#view_news{
	background:url(../imgs/content/view_news/buttons_bckg.jpg) top left repeat-x;
	width: 760px;
	display:block;
	overflow:hidden;
	position: relative;
	clear:both;
	border-bottom:1px solid #dedede;
	margin-bottom:15px;
	line-height:20px;
	}
	
#view_news .javascript_css {
	position: relative;
	z-index: 3;
	color:#b6b6b6;
	font-size:16px;
}

#view_news .back {
	position: absolute;
	top: 3px;
	right: 330px;
	z-index: 2;
}
#view_news .back a,
#view_news .next a {
	display: none;
	outline: none; /* This is optional, and is arguably less accessible. */
}
#view_news .next {
	position: absolute;
	top: 3px;
	right: 0;
	z-index: 2;
}

#view_news .view_all {
	border-bottom: 1px solid #dedede;
	padding-bottom:10px;
	padding-right:40px;
	color:#b6b6b6;
	text-align:right;
	font-size:14px;
}

#view_news ul {
	position: relative;
	left: 0;
	width: auto;
	margin: 0;
	padding: 20px 0px;
	list-style-type: none;
	overflow: hidden;
	z-index: 1;
}

#view_news li{
	list-style-type:none;
	float: left;
	display: inline;
	width:760px;
	overflow:hidden;
}

/* ANTERIORS */
.anteriors{
	border-left:1px solid #dedede;
	padding-left:20px;
	font-size:12px;
	}
	
.anteriors strong{
	font-size:14px;
	color:#999999;
	text-transform:uppercase;
	}
	
.anteriors ul{
	padding:10px 0px;
	}
	
.anteriors ul li{
	margin:5px 0px;
	}
	
