
.back {
	color:#8b0882;
}

.ngal_album {
	width: 450px;
	margin: 10px;
	padding: 10px;
	display: block;
	background-color: #8b0882;
	border-radius: 2px;
	position:relative;
	float:left;
	height: 150px;
}

.album-name {
	
    font-weight: normal;
    font-style: normal;
	font-size: x-large;
	color:#fff;

}

.ngal_album a:hover {
    text-decoration: none;
}

.ngal_album img{
	border-radius: 2px;
}

.ngal_content {
	margin: 0 10px;
	padding: 20px 30px;
	float:left;
}

.ngal_foto {
	margin: 10px;
	float:left;
	height:100px;
}
.ngal_foto img{
	height: 100px;
	width:auto;
}
