#slider {
	padding:0;
	list-style:none;
	top: 0px;
	margin: 0;
	width: 650px;
}
#slider ul,
#slider li {
	margin:0;
	padding:0;
	list-style:none;
	width: 650px;
}
#prevBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:12px;
	height:30px;
	position:absolute;
	left: 5px;
	top:-158px;
}
#nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:12px;
	height:30px;
	position:absolute;
	left: 633px;
	top:-158px;
}
#prevBtn a {
	display:block;
	width:12px;
	height:30px;
	background-image: url(imagenes/izq.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	opacity: .3
}
#prevBtn a:hover {opacity: .7
	}
#nextBtn a {
	display:block;
	width:12px;
	height:30px;
	background-image: url(imagenes/der.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	opacity: .3
}
#nextBtn a:hover {opacity: .7
	}
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li {
	height:286px;
	overflow:hidden;
	padding: 0px;
	margin: 0px;
	width: 650px;
}
p#controls { margin:0; padding:0; position:relative; }
