#wallpapers li {
	list-style-type: none;
	display: inline;
	float: left;
	margin: 5px;
	height: 200px;
}
#wallpapers li img {
	border: 2px dashed white;
	padding: 3px;
}
#pages {
	clear: both;
}
#content_div {
	position: absolute;
	padding: 10px;
	width: 190px;
	height: 100px;
	background: black;
	opacity: 0.7;
	margin: 0px auto;
}