#album {
	margin-top:40px;
	overflow:scroll;
	overflow-y:hidden;
	height:180px;
	width:460px;
}
#album_fotos div {
	width:140px;
	text-align:center;
	float:left;
}
#album_fotos a {
	width:120px;
	height:85px;
	display:block;
}
#album_fotos a:hover {
	background-color:#e6e1db;
}
