body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #000;
	color: #fff;
	text-align: center;
}

#windows {padding: 15px;color: #FFF;background-color: #333;min-height:370px}

h1, h2, h3, h4, ul, p {font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;color: #fff;
	padding: 0;
	font-weight: normal;
	list-style: none;
}
h1, h2, h3, h4{font-size: 20px;
}

td {
border: 1px solid #FFF;padding:5px
}
input {background:#CCC;border:0}
textarea{background-color:#ccc;border:0}
legend {color:#FFF}
/*content*/

#container {
	position: relative;
	/*z-index: 1000;*/
	width: 940px;
	padding: 10px 0px 0 0;
	/*border-right: 1px solid #1c1c1c;*/
	background: #000;
	margin: auto;
	text-align: left;
}

.title {
	width: 940px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;text-align:center
}

.thumbnailContainer {
	width: 940px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	display: none;
	height: 0px;
	overflow: hidden;
}

.thumbnailContainer .clipper {
	margin: 10px 0 0 0;
	height: 530px;
	overflow:auto
}

.thumbnailContainer .horizontal {
	border: 1px solid #ccc;
	width: 110px;
	height: 100px;
	padding: 20px 0 0 10px;
	margin: 5px;
	float: left;
	cursor: pointer;
}

.thumbnailContainer .vertical {
	border: 1px solid #ccc;
	width: 93px;
	height: 110px;
	padding: 10px 0 0 27px;
	margin: 5px;
	float: left;
	cursor: pointer;
}

.thumbnailContainer img {
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 5px 4px;*/
}

#footer {
	width: 940px;
	border-top: 1px solid #fff;
	margin-top: 10px;
	padding: 10px 0px;
	text-align: right;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

#images {
	display: none;
}
