

/*redefine*/

::-moz-selection {
	background: #faf4cb;
	color: #eee;
}

::selection {
	background: #faf4cb;
	color: #eee;
}

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: 500px;
	padding: 0px 0px 0 0px;
	margin: 25px 0px 20px 0px;
	/*border-right: 1px solid #1c1c1c;*/
	background: #e9e9fe;

	text-align: left;
}

.title {
	width: 500px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	
}


.thumbnailContainer {
	width: 500px;
	display: none;
	height: 320px;
}

.thumbnailContainer .clipper {
	margin: 0px 0 0 42px;
}

.thumbnailContainer .horizontal {
	border: 2px solid #252525;
	width: 95px;
	height: 70px;
	padding: 0 0 0 0;
	margin: 5px;
	float: left;
	cursor: pointer;
	color:#000000;
}

.thumbnailContainer .vertical {
	border: 2px solid #252525;
	width: 70px;
	height: 95px;
	padding: 0 0 0 0;
	margin: 5px;
	float: left;
	cursor: pointer;
	color:#000000;
}

.thumbnailContainer img {
	
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 5px 4px;*/
}

#footer {
	width: 600px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding: 10px 0px;
	text-align: right;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color:#CC9900;
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

#images {
	display: none;
}
