		body{
			z-index:0;
			margin:0;
			padding:0;
			font-family:Lucida Sans Unicode, Lucida Sans, Lucida Grande,  sans-serif;
			background: rgb(0, 0, 0)
		}
		#wrapper{
			position:absolute;
			font-family:Lucida Sans Unicode, Lucida Sans, Lucida Grande,  sans-serif;
			margin-left:10%;
			width:60%;
			height:100%;
			z-index:10;
			opacity:.9

		}
		.text{
			position:absolute;
			bottom:30px;
			width:100%;
			padding:20px;
			background: rgba(0, 0, 0,.5);
			color:silver;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
			border-radius:10px;
		}
		.text h1{text-align:left;
        }
		#gallery{
			position:absolute;
			width:100%;
			height:700px;
			top:0;
			left:0;
		}
		#controls div{
			display:inline-block;
			padding:5px;
			margin:1px;
			color:#000;
			background:rgba(255,255,255,.5);
			border:1px solid #fff;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			-o-border-radius:4px;
			border-radius:4px;
		}
		#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:100px;
			height:100px;
			overflow:hidden;
			display:inline-block;
		}
		.imgContainer img{
			width:160px;
		}