.img-album {
	position: relative;
}
.img-queue {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.img-queue img {
	background-color: gray;
	border-radius: 50%;
	width: 35px;
	min-height: 35px;
	max-height: 35px; 
	box-shadow: 0px 2px 3px 0px #999;
	margin: -10px 0 0 0;
}
.titleContent {
	margin-bottom: 0;
}
.titleContent:before {
	content: " ";
	position: absolute;
	width: 30px;
	border: 2px solid coral;
	bottom: 0;
}