
#imagefooter {
	font-size: 9px;
	position: absolute;
	margin-bottom: 5px;
	bottom: 5px;
	text-align: right;
	color: #545454;
	right: 10px;
	text-shadow: #000 0 1px 0;
}
#imagecontent {
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
}

li {
	list-style-type:circle;
}
.screenshots {
	margin-left: -10px;
}

	.screenshots li {
		list-style: none;
		float: left;
		padding: 5px;
	}
	.screenshots .caption {
		text-shadow: #000 0 1px 0;
		font-size: 10px;
		color: #797E79;
		text-align: center;
		float: left;
	}
	
		.screenshots .caption a {
			color: #545454;
		}
.clearfix {
	clear: both;
}
