@charset "utf-8";
/* CSS Document */
#thumbscontainer {
	width:540px;
	height:120px;
	overflow: scroll;
	background-color: #000000;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	text-align: center;
}
img.thumbs {
	height:100px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid black 1px;
}
#main {
	text-align: center;
	vertical-align: top;
	color: #FFFFFF;
	background-color: #000000;
	padding: 25px;
	float: right;
	height: 100%;
	width: auto;
	visibility: visible;
}
#details {
	float: left;
	width: 150px;
	padding: 150px 20px 25px;
	text-align: center;
}
.box {
	background: #FFFFFF;
	float: left;
	height: auto;
	width: 90%;
	border: 6px groove #666666;
	visibility: inherit;
}
#box {
	background: #FFFFFF;
	float: left;
	height: auto;
	width: 90%;
	border: 6px groove #666666;
	visibility: inherit;
}

