/* Easy Slider */

	#slider{
		width: 270px;
		height: 70px;
		margin-top: 10px;
		position: relative;
		padding-left: 20px;
		}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:250px;
		height:70px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:0px;
		top:0px;
		}	
	#nextBtn{ 
		left:270px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:20px;
		height:70px;
		background: url(slaider_back.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background: url(slider_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */
	
div#slider div#foto_block {
	float: left;
	height: 70px;
	}
	
div#slider div#foto_block img {
	float: left;
	border: solid 1px #d9d9d9;
	margin-left: 10px;
	}

div#slider_cont {
	position: relative;
	}
