/* FOTOS */
#foto_browser {
	position: relative; /* important */
	overflow: hidden;/* important */
	width: 850px; /* important */
	margin:0;
	padding:0;
	background: #fff;
}
#fotos {
overflow:hidden;
}
#foto_browser_content, #foto_browser_content2 {
	position: relative;
	top:0;
	margin:0;
	padding:0;
}
#foto_browser_content li, #foto_browser_frame li {
	list-style: none;
	margin:0;
	padding:0;
}
#foto_browser_content {
	width:200000px;
}
#foto_browser ul li {
	display: block;
	float: left;
	margin:0;
	padding:0;
	border:none;
	background-color: #fff;
}
#foto_browser ul li img {
	display: block;
}
#foto_browser_frame {
	width:850px;
	position: relative;
	margin: 15px 0 0 0;
}
#foto_browser_frame ul li {
	margin:0;
	padding-right:5px;
	border:0;
}
#foto_browser_previous, #foto_browser, #foto_browser_next {
	float:left;
}
#foto_browser_previous, #foto_browser_next {
	height:493px;
	padding:auto 0;
}