/* Easy Slider */

#slider ul, #slider li, #slider1 ul, #slider1 li  {
	margin:0;
	padding:0;
	list-style:none;
}
.noticia_item{
	margin-bottom:20px;
	}
#slider li, #slider1 li {
	/* 
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
	*/ 
	position:relative;
	width:460px;
	height:320px;
	overflow:hidden;
}

/* numeric controls */	

ol#controls {
	margin:20px 0px;
	padding:0;
	height:20px;
	float:right;
}
ol#controls li {
	margin:0 5px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:20px;
	line-height:20px;
}
ol#controls li a {
	float:left;
	height:20px;
	line-height:20px;

/*	border:1px solid #ccc;*/
	/*background:#DAF3F8;*/
/*	color:#555;*/
	padding:0 7px;
	text-decoration:none;
}
ol#controls li.current a {
	background:url(../images/numeric.gif) no-repeat;
/*	background:#9e0b0f;*/
	font-weight:bold;
	color:#ffffff;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}

ol#controls1 {
	margin:20px 0px;
	padding:0;
	height:20px;
	float:right;
}
ol#controls1 li {
	margin:0 5px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:20px;
	line-height:20px;
}
ol#controls1 li a {
	float:left;
	height:20px;
	line-height:20px;

/*	border:1px solid #ccc;*/
	/*background:#DAF3F8;*/
/*	color:#555;*/
	padding:0 7px;
	text-decoration:none;
}
ol#controls1 li.current a {
	background:url(../images/numeric.gif) no-repeat;
/*	background:#9e0b0f;*/
	font-weight:bold;
	color:#ffffff;
}
ol#controls1 li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}
	
/* // Easy Slider */

