/* hack para Opera 7+ */
@media all and (min-width:0px){
#galeria a:hover {
	background: transparent;
	width: 320px;
	height: 240px;
	padding: 48px 64px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
#galeria a:hover img {
	background: transparent;
	position: relative;
	width: 320px;
	height: 240px;
	border: 0;
	z-index: 10;
}
}