/* Easy Slider */
	#slider {border:5px solid #F4F2F2; width:550px; height:240px;}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		width:700px;
		height:305px;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:700px;
		height:305px;
		overflow:hidden; 
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 0 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:8px;
		font-size:0px;
		line-height:8px;
		padding:0 8px;
		text-decoration:none;
		background:url(../images/boto-galeria.gif) no-repeat 0 0;
		display:block;
		}
	ol#controls li.current a{
		background:url(../images/boto-galeria-current.gif) no-repeat 0 0;	
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
