#slider {
	width: 676px;
}
#slider  ul, #slider  li    {
	margin:0;
	padding:0;
	list-style:none;
	}

#slider  li  {
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:676px;
	height:240px;
	overflow:hidden;
	}	
p#controls {
	margin:0;
	position:relative;
	} 
#prevBtn, #nextBtn  {
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;
	width:30px;
	height:200px;
	position:absolute;
	left:-30px;
	top:-225px;
	}	
#nextBtn {
	left:676px;
	}														
#prevBtn  a, #nextBtn  a    {
	display:block;
	width:30px;
	height:200px;
	background-image: url(../imagenes/btn_prev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}	
#nextBtn  a  {
	background-image: url(../imagenes/btn_next.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
.slide1 {
	width: 636px;
	height: 200px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#slide1 {
	width: 636px;
	height: 200px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#slide2 {
	width: 636px;
	height: 200px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#slide3 {
	width: 636px;
	height: 200px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#slide4 {
	width: 636px;
	height: 200px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#slide5 {
	width: 636px;
	height: 200px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.imgslider {
	float: left;
	margin-right: 20px;
	height: 185px;
}
#titulonoticias {
	height: 18px;
	text-align: right;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 10px;
	width: 640px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
	margin-left: 20px;
}
.contador {
	width: 640px;
	float: left;
	height: 15px;
	text-align: right;
	color: #666666;
	padding-top: 5px;
	font-size: 0.7em;
	margin-bottom: 15px;
}
.atras {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
	background-image: url(../imagenes/flecha2.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	float: left;
	height: 20px;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 0.7em;
	width: 200px;
}
.atras:hover {
	color: #000000;
	background-position: 0px;
}

