.lbGallery {
	padding:10px;
	width: 620px;
	height:80px;
	margin:5px 0 0 0;
	background-image:url(../images/bg_fotos.gif);
	background-repeat:no-repeat;
}
.lbGallery ul {
	list-style: none;
}
.lbGallery ul li {
	display: inline;
	margin:0 0 0 10px;
}
.lbGallery ul img {
	border: 1px solid #544811;
	/*border-width: 5px 5px 20px;*/
	margin:3px 0 0 0;
}
.lbGallery ul a:hover img {
	border: 1px solid #FFF;
}
.lbGallery ul a:hover {
	color: #fff;
}
