body {
	background-color: black;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#gallery {
	width: 1304px;
	height: 600px;
	margin: 0px auto;
	background-color: black;
	position: relative;
}

#controlUI .meta {
	font-size: 25px;
	color: white;
	margin-top: 5px;
	margin-left: 14px;
}
#controlUI .meta a {
	color: white;
	text-decoration: none;
	width: 12px;
	height: 15px;
}

#controlUI .left {
	width: 12px;
	height: 15px;
	display: inline-block;
	background-image: url("left.png");
	background-repeat: no-repeat;
}
#controlUI .right {
	width: 12px;
	height: 15px;
	display: inline-block;
	margin-left: 12px;
	background-image: url("right.png");
	background-repeat: no-repeat;
}

#controls, #name {
	background-color: black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#controls,#controlUI {
	width: 136px;
	height: 136px;
	position: absolute;
	z-index: 2;
	bottom: 0px;
	right: 0px;
}

#controlUI {
	background-image: url("logo.png");
	background-repeat: no-repeat;
	background-position: 9px 45px;
}

img {
	margin: 0px;
}

#controlUI .email {
	font-size: 10px;
	color: #8B8E9D;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 6px;
}

.email a {
	font-size: 10px;
	color: #8B8E9D;
	text-align: center;
}

#name {
	height: 20px;
	line-height: 18px;
	padding-left: 8px;
	padding-right: 8px;
	color: #8B8E9D;
	font-size: 10px;
	position: absolute;
	right: 138px;
	bottom: 0px;
	z-index: 2;
}

#bio {
	position: absolute;
	z-index: 3;
	left: 0;
	bottom: 0;
	background-color: black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	color: #ffffff;
	font-size: 10px;
	padding: 10px;
	width: 480px;
}

#bio strong {
display: block;
margin: 10px 0;
}