html,
body {
	background-color: #837E70;
	font-family: "Trebuchet MS",Arial,sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

.content {
	background-color: #CCC5B3;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	box-shadow: 0px 0px 10px #333;
	overflow: hidden;
	margin: 20px 0;
	padding: 0;
}

.thumbnails-end {
	clear: both;
	display: block;
	height: 20px;
	width: 20px;
	margin: 0;
	padding: 0;
}

.thumbnail {
	text-align:center;
	float: left;
	margin: 20px 0px 0px 20px;
	padding: 0;
	line-height: 150px;
	width: 150px;
	height: 150px;
}

.thumbnail a {
	margin: 0;
	padding: 0;
}

.thumbnail a:hover,
.thumbnail a:focus,
.thumbnail a:active
{
}

.thumbnail img {
	border: 1px solid #333;
	box-shadow: 0px 0px 20px #333;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

.thumbnail img:hover
{
	border: 1px solid #555;
	box-shadow: 0px 0px 20px #000;
}

.thumbnail .id-new {
	border: 1px solid #368A58;
	box-shadow: 0px 0px 20px #34AC34;
}

.thumbnail #id-selected {
	border: 1px solid #F90;
	box-shadow: 0px 0px 45px #F00;
}

.thumbnail #id-selected:hover {
	border: 1px solid #F90;
	box-shadow: 0px 0px 25px #F00;
}
