@import url("list/image.css");

#series .list-image li {
	width: 300px;
	text-align: left;
}

#series .list-image img {
	border-radius: 4px;
	box-shadow: 0 0 2px 0 #888;
}

#series .list-image span {
	display: inline-block;
	margin-top: 5px;
	font-weight: bold;
}