/* Easy Slider */

#Slider, #Slider2 {
	width:243px;
	height:177px !important;
	overflow:hidden !important;
	position:relative !important;
	
}
#Slider ul, #Slider li,
#Slider2 ul, #Slider2 li  {
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden !important;
	height:177px;
}

#Slider li,
#Slider2 li {
	width:243px;
	height:177px;
	overflow:hidden !important;
}
#Slider li a img,
#Slider2 li a img{
	width:243px !important;
	height:177px !important;
	overflow:hidden !important;
	
}

#prevBtn a, a#prev {
	background:url(../_imagenes/botones/prev-horizontal.png) left top no-repeat;
	width:33px;
	height:40px;
	display:block;
	z-index:1000;
	position:absolute;
	top:75px;
	left:15px;
	text-indent:-9999px;
}
#prevBtn a:hover, a#prev:hover {
	background-position:-33px top;
}
#prevBtn a:active, a#prev:active {
	background-position:-66px top;
}
#nextBtn a, a#next {
	background:url(../_imagenes/botones/next-horizontal.png) -66px top no-repeat;
	width:33px;
	height:40px;
	display:block;
	z-index:1000;
	position:absolute;
	top:75px;
	right:15px;
	text-indent:-9999px;
}
#nextBtn a:hover, a#next:hover {
	background-position:-33px top;
}
#nextBtn a:active, a#next:active {
	background-position:0px top;
}
/* // Easy Slider */
#slider2{ height:177px;}