
/* Easy Slider */

	
	DIV.slider {
		background: url(../img/fondo-slide.gif);
		float: left;
		display: block;
		width: 323px;
		height: 220px;
		margin-left: 0px;
		margin-top: 0px;
		border: 0px solid;
	}

	DIV.slider ul, ulDIV.slider li {
		margin:0;
		padding:0;
		list-style:none;
	}
	
	DIV.slider li { 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 323px;
		height: 220px;
		overflow:hidden; 
		}	

	DIV.slider li p { 
		margin:20px;
		}						
		
	p.controls {
		margin: 0;
		position: relative;
		border: 0px solid;
		float: right;
		} 
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2, #prevBtn3, #nextBtn3{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:40px;
		height:42px;
		position:absolute;
		left: -945px;
		top: 80px;
		border: 0px solid;
		}	
	#nextBtn, #nextBtn2, #nextBtn3{ 
		position:absolute;
		left: 0px;
		top: 80px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a , #prevBtn3 a, #nextBtn3 a{  
		display: block;
		width: 40px;
		height: 39px;
		background: url(../img/slider-left.png) no-repeat 0 0;	
		}	
	#nextBtn a, #nextBtn2 a, #nextBtn3 a { 
		background: url(../img/slider-right.png) no-repeat 0 0;	
		}												

/* // Easy Slider */
