#indicator {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background: black url(../images/ajax-loader.gif) 50% 50% no-repeat;
	opacity: 0.5;
	width: 100%;
	height: 100%;
}

.content {
	margin-top: 10px;
}

#container {
	margin: 0 10px;
}

.item {
	width: 200px;
	height: auto;
	padding: 6px;
	border: 1px solid #dadada;
	border-radius: 6px;
	margin-bottom: 10px;
}

.item img {
	width: 200px;
	height: auto;
}

.item a {
	display: block;
	font-size: 1px;
	line-height: 1px;
}

#loadmore { }