* {
	margin: 0;
	padding: 0;
}

#album {
	border: 1px dashed;
	width: 600px;
	height: auto;
}

.album_c {
	display:inline-block;
	border: 1px dotted;
	width: 195px;
	height: 200px;
	
}

.album_c2 {
	display:inline-block;
	width: 165px;
	height: auto;
	
}

#verzio {
	font-size: 0.67em;
	border-top: 1px double;
	font-weight: bold;
}

ol{
	list-style-type: disc;
	font-weight: normal;
}