	body{
			z-index:0;
			margin:0;
			padding:0;
			font-family:Arial, Helvetica, sans-serif;
			background: rgb(0, 0, 0)
		}
		#wrapper{
	position: absolute;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin-left: 10%;
			overflow:visible;
	width: 85%;
	z-index: 10;
	opacity: 1;
	height: 100%;
	top: 80%;
	bottom: 10px;
		}
		#gallery{
	position:absolute;
	width:50%;
	height: 100%;
	top:0;
	left:300;
		}
		.text{
	position:relative;
			overflow:visible;
	bottom:5px;
	width:100%;
			height: auto;
	color:#000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background-position: 0;
	background-color: rgba(255,255,255,0.8);
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 20px;
		}

		#controls div{
	display:inline-block;
	padding:5px;
	color:#666;
	border:1px solid #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	border-radius:4px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-color: rgba(255,255,255,.5);
	font-size: 75%;
		}
		#controls div:hover:not(.counter){
			background:rgba(255,255,255,.9);
		}
		#controls div.sel{
			background:rgba(255,255,255,.9);
		}

		#controls div:not(.counter){
			cursor:pointer;
		}

		.imgContainer{
	width:50px;
	height:50px;
	overflow:hidden;
	display:inline-block;
		}
		.imgContainer img{
	width:100px;
		}
		#sidebar1{
	z-index:1200;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
	float: right;
	margin-top: 1;
	margin-right: 5;
	margin-bottom: 5;
	margin-left: 5;
	padding-top: 1px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
		}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 120%;
	font-style: oblique;
	color: #600;
}
h3 , h4{
	font-size: 105%;
}

button {
	display:inline-block;
	padding:3px;
	color:#000;
	border:1px solid #DFDFDF;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: rgba(255,255,255,.5);
	font-size: 11px;
}
