
/*redefine*/

::-moz-selection {
	background: #000;
	color: #eee;
}

::selection {
	background: #000;
	color: #eee;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}



/*shared*/

span.clr {
	display: block;
	clear: both;
}



/*content*/

#container {
	position: relative;
	/*z-index: 1000;*/
	width:532px;
	/*border-right: 1px solid #1c1c1c;*/
	margin: auto;
	text-align: left;
}


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

.thumbnailContainer .clipper {
	margin: 0 0 0 10px;
}

.thumbnailContainer .horizontal {
	border: 1px solid #7c7c7c;
	width: 85px;
	height: 71px;
	padding: 5px 0 0 5px;
	margin: 5px;
	float: left;
	cursor: pointer;
}


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





.left {
	float: left;
}

.right {
	float: right;
}

#images {
	display: none;
}
