@charset "utf-8";
/* CSS Document */

/* Easy Slider */

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider, #slider li{ 
	/* 
		define width and height of container element and list item (slide)
		list items must be the same size as the slider area
	*/ 
	width:293px;
	height:220px;
	overflow:hidden; 
}
span#prevBtn{
	background-image:url(../elementos/ingles/b_slide_anterior.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:60px;
	height:17px;
	background-color:transparent;
	cursor:hand;
	border:0;
	border-color:transparent;
}
span#prevBtn:hover{
	background-image:url(../elementos/ingles/b_slide_anterior2.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:60px;
	height:17px;
	background-color:transparent;
	cursor:hand;
	border:0;
	border-color:transparent;
}
span#nextBtn{
	background-image:url(../elementos/ingles/b_slide_sig.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:66px;
	height:17px;
	background-color:transparent;
	cursor:hand;
	border:0;
	border-color:transparent;
}
span#nextBtn:hover{
	background-image:url(../elementos/ingles/b_slide_sig2.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:66px;
	height:17px;
	background-color:transparent;
	cursor:hand;
	border:0;
	border-color:transparent;
}

		
			

/* // Easy Slider */
