#overlay_album {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.6;
	filter: alpha(opacity=60);
	display: none;
	z-index: 10015;
}

#janela_modal_album {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 10016;
}

#janela_frame_album {
	
}

#janela_frame_album img {	
	
}


#footer_album {
	display: none;
	background-color: #333;
	color: #FFF;
	width: 100%;
	height: 70px;
	margin: 0 0 20px 0;
	padding: 5px 0 5px 0;
	text-align: center;
	font-weight: bold;
	position: fixed;
	bottom: 0;
	z-index: 10016;
		
}

#thumb_container {
	background-color: #666;
	color: #FF0;
	width: 95%;
	height: 70px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}