#content {
	text-align: center;
}

.item {
	position: relative;
}

.item img {
	border: none;
}

.collection_title {
	position: absolute;
	right: 5px;
	bottom: 20px;
	width: 246px;
	padding-bottom: 0px;
}

.collection_title_background {
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: white;
	width: 236px;
	height: 50px;
	border: 1px solid black;
}

#collection_title_placeholder {

	color: #2929b6;
}


