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

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



/*shared*/

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



/*content*/

#container {
	position: relative;
	/*z-index: 1000;*/
	width: 740px;
	padding: 50px 0px 0 0;
	margin: 0 auto;
	text-align: left;
}

.title {
	width: 300px;
	padding-bottom: 5px;
		color: #FFFFFF;
}
.titlemain {
	width: 650px;
	padding-bottom: 5px;
		color: #FFFFFF;
}

.title h2 {
	font-size: 13px;
	color: #99FF00;
}
.title ul {
	padding-left: 20px;
	list-style-type: disc;
}




.thumbnailContainer {
	width: 729px;
	margin-top: 0px;
	display: none;
	height: 0px;
	overflow: hidden;
	padding-left: 10px;
	background: #212121;
}

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

.thumbnailContainer .horizontal {
	border: 1px solid #ccc;
	width: 132px;
	height: 99px;
	padding: 0px 0 0 0px;
	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;
}
#insidemenu {
	width: 460px;
		margin-top: 4px;
	padding: 15px 0px;
	text-align: right;
}
