* {margin: 0; padding: 0;}

section#galeria {
	background: #fff;
	width: 780px;
	height: 370px;
	display: block;
	overflow: hidden;
	box-shadow: #999 0 0 15px;
	margin: 0px auto;
}

section#galeria section#buttons {
	display: none;
	position: absolute;
	/*margin: 5px;*/
	z-index: 500;

} 

section#galeria section#buttons .prev {
	background: #333;
	width: 65px;
	height: 52px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font: bold 30pt Arial, "Hevetica Nue", Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
	margin-top: 165px;
	margin-left: 12px;	
}

section#galeria section#buttons .next {
	background: #333;
	width: 65px;
	height: 52px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	font: bold 30pt Arial, "Hevetica Nue", Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	opacity: 0.7;
	margin-top: 165px;
	margin-left: 624px;	
}


section#galeria section#buttons a:hover {
	background: #555;
}

section#galeria ul{
	list-style: none;
	display: table;
	position: relative;
}

section#galeria ul li {
	width: 780px;
	height: 370px;
	display: inline-block; 
	position: relative; 
}

section#galeria ul li img {
	width: 100%;
	height: 100%;

}

section#galeria ul li span{
	background: #333;
	width: 660px;
	display: table;
	padding: 10px;
	opacity: 0.7;
	position: absolute;
	bottom: 0;
	margin: 10px;
	font: 12pt "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	color: #fff;
	display: none;
}