#slider {
	width: 680px;
	display: block;
	padding: 5;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFDE6;
	border-right-color: #FFFDE6;
	border-bottom-color: #B8B395;
	border-left-color: #FFFDE6;
	background-image: url(../imagenes/fondomenu.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
#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:682px;
	overflow:hidden;
	float: left;
	height: 28px;
	background-image: url(../imagenes/rss.png);
	background-position: 660px;
	background-repeat: no-repeat;
	}	
#slider  li  a {
	background-image: url(../imagenes/flecha2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	color: #510001;
	text-decoration: none;
}
#slider li a:hover {
	color: #FFFFFF;
	background-color: #510001;
	background-image: url(../imagenes/flecha4.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


p#controls {
	margin:0;
	position:relative;
	} 
#prevBtn  a        {
	display:block;
	width:326px;
	background-image: url(../imagenes/btn_prev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 0.7em;
	color: #510001;
	text-decoration: none;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B9B496;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFDE6;
	text-align: right;
	padding-right: 15px;
	}	
#prevBtn a:hover {
	color: #FFFFFF;
	background-color: #510001;
}

#nextBtn  a   {
	display:block;
	width:326px;
	background-image: url(../imagenes/btn_prev.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	font-size: 0.7em;
	color: #510001;
	text-decoration: none;
	float: right;
	text-align: left;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFDE6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFDE6;
	padding-left: 15px;
}

.contador {
	width: 680px;
	float: left;
	text-align: left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-left: 5px;
	padding-top: 7px;
}
#nextBtn a:hover {
	color: #FFFFFF;
	background-color: #510001;
}
