.clearfix:after { content: ".";	display: block;	clear: both;	visibility: hidden;	line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
body { margin: 0; background: #1b1b1b; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; }

/* ---------- logo preview ----------------------- */
#head { position: relative; background: #fff; }
#head img { float:left; border: none; }

#head img.logo {
	position: absolute;
	border: none;
	left: 315px;
	top: -35px;
	float: none;
}

#head img.logowm {
	position: absolute;
	border: none;
	left: 25px;
	top: -30px;
	float: none;
}
#head img.logowm2 {
	position: absolute;
	border: none;
	left: 25px;
	top: 0px;
	float: none;
}

/* ---------- gallery styles site thumbs ----------------------- */
.gallery { margin:0; padding:0; }
.gallery {
	list-style: none;
	margin: 8px;
	padding: 0px;
}
.gallery li {
	padding: 0px 1px 0px 1px; 
	margin: 0px 2px 0px 2px;
	float: left;
	position: relative;
	width: 304px;
	height: 176px;
}
.gallery li:hover img {
	border-color: #000;
}
.gallery img {
	background: #fff;
	border: solid 1px #888;
	padding: 2px;
	
}
.gallery em {
	background: #fff;
	color: #000;
	font-weight:700;
	font-style:normal;
	font-size:12px;
	padding: 2px 10px;
	display: block;
	position: absolute;
	top: 140px;
	left: 2px;
	border: 1px solid #999;
	border-left-color: #888;
}
.gallery a {
	text-decoration: none;
}
.gallery a:hover em {
	background: #fff;
	border-color: #000;
	color:#000;
}

/* ---------- gallery2 styles movie thumbs ----------------------- */
.gallery2 {
	list-style: none;
	margin: 10px;
	padding: 0px;
}
.gallery2 li {
	padding: 0px 1px 0px 1px; 
	margin: 1px;
	float: left;
	position: relative;
	width: 182px;
	height: 218px;
}
.gallery2 li:hover img {
	border-color: #000;
}
.gallery2 img {
	background: #fff;
	border: solid 1px #888;
	padding: 1px;
}
.gallery2 a {
	text-decoration: none;
}
.gallery2 a:hover em {
	background: #fff;
	border-color: #000;
	color:#000;
}
