@import url(layout.css);

#image {
	float: left;
	width: 600px;
	padding: 0 2px 0 10px;
}

#screenshots {
	float: right;
	height: 450px;
	width: 119px;
	overflow: auto;
	margin-right: 10px;
}

#screenshots img {
	width: 100px;
	height: 75px;
	margin-bottom: 3px;
	cursor: hand;
	border: 2px solid white;
}

#caption {
	text-align: center;
	font-style: italic;
	color: #505050;
	margin-top: 0;
	margin-bottom: 1em;
}

.details {
	margin: 0 10px 10px 0;
}

.details h4 {
	text-align: center;
	margin-bottom: 0;
}
