/*redefine*/

::-moz-selection {
	color: #eee;
}

::selection {
	color: #eee;
}

/*shared*/

span.clr {
	display: block;
	clear: both;
}



/*content*/

#NAVcontainer {
	position: relative;
	/*z-index: 1000;*/
	width: 764px;
	/*border-right: 1px solid #1c1c1c;*/
	margin: auto;
	text-align: left;
}

#NAVcontainer #kwick .kwicks {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}

.title {
	width: 764px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}


.thumbnailContainer {
	width: 764px;
	margin-top: 10px;
	display: none;
	height: 0px;
	overflow: hidden;
}

.thumbnailContainer .clipper {
	margin: 10px 0 0 0;
}

.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;*/
}

.left {
	float: left;
}

.right {
	float: right;
}

#images {
	display: none;	
}

