@charset "UTF-8";

#album {
	position: relative;
	height: 240px;
	width: 330px;
}
#album img {
	position: absolute;
	top: 0px;
	left: 10px;
}