/* image replacement */

.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}

#content_foto #prevBtn, #nextBtn{
	display:none;
}

/* // image replacement */

.slide{
	width:420px; 
	padding-left:26px; 
	height:150px; 
	float:left; 
	position:relative;
}

.slide_news{
	width:420px;
	height:150px;
	position:relative;
	margin: 0 auto;
}

#content_foto {
	position:relative;
	width: 400px;
	float: left;
	margin-left: 40px;
	margin-top: 50px;
}

/* Easy Slider */

#slider ul, #slider li,  #slider_news ul, #slider_news li {
	margin:0;
	padding:0;
	list-style:none;
}

#slider{
	border-bottom:1px solid #fff;
}

#slider li {
	/* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here */ 
	width: 420px;
	height: 100px;
	overflow:hidden;
}
#slider_news li {
	/* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here */ 
		width:420px;
	height:150px;
	overflow:hidden;
}
#slider_s li {
	/* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here */ 
	width:164px;
	height:204px;
	overflow:hidden;
}
 
#slider_news_s li {
	/* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here */ 
	width:164px;
	height:180px;
	overflow:hidden;

}