/* Easy Slider */
	
	#featured{
		position:relative;
		float:left;
		width:632px;
		height:380px;
	}
	
	#slider ul, #slider li{
		position:relative;
		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:632px;
		height:380px;
		overflow:hidden;
		}
	#slider p{
		margin:0;
		padding:0;
	}
	span#prevBtn{
		position:absolute;
		top:175px;
		left:0px;
	}
	span#nextBtn{
		position:absolute;
		top:175px;
		right:0px;
	}	
	span#prevBtn a{
		display:block;
		background:transparent url(../img/arrow_left.png) no-repeat;
		width:30px;
		height:30px;
		text-indent:-999px;
		overflow:hidden;
	}
	span#nextBtn a{
		display:block;
		background:transparent url(../img/arrow_right.png) no-repeat;
		width:30px;
		height:30px;
		text-indent:-999px;
		overflow:hidden;
		
	}	
	span#label{
		position:absolute;
		background:transparent url(../img/cruyff_label.png) no-repeat;
		top:0px;
		left:0px;
		width:94px;
		height:94px;
		text-indent:-999px;
		overflow:hidden;
	}
	

/* // Easy Slider */