/*redefine*/

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

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

ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}


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



/*content*/

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

.title {
	width: 562px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}


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

}

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

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

.thumbnailContainer .vertical {
	border: 1px solid #ccc;
	width: 90px;
	height: 110px;
	margin: 5px;
	float: left;
	cursor: pointer;
}

.thumbnailContainer img {
	border: 1px solid #000000;
}

#footer_ {
	width: 562px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	text-align: right;
}

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

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

.left {
	float: left;
}

.right {
	float: right;
}

#images {
	display: none;
}
