

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		float:left;
		width:900px;
		}
	#slider2{}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		
		}	
			
	/* numeric controls */	
	#slidernav
	{
		float:left;
		width:900px;
		
		}

	ol#controls{
		margin:10px auto 0 auto;
		height:17px;
		text-align:center;
		width:90px;
		
		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:17px;
		line-height:17px;
		}
	ol#controls li a{
		float:left;
		height:17px;
		width:17px;
		text-indent:-9999px;
		text-decoration:none;
		background:url(images/indicador_off.png) no-repeat top;
		}
	ol#controls li.current a{
		color:transparent;
		background:url(images/indicador_on.png) no-repeat top;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
