@CHARSET "UTF-8";

@MEDIA screen {
	.wrapper {
		font-family: Arial, Helvetica, sans-serif;
		/*margin-top:20px;*/
		margin-left: 50px;
	}
	.wrapper h1 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 26px;
	}
	#galleryPlace {
		position: absolute;
		top: 0;
		width: 88%;
		left: 12%;
		height: 100%;
		background: #666;
	}
	.mbGallery .header table {
		width: 265px !important;
	}
	.mbGallery {
		-moz-box-shadow: #333 2px 2px 5px;
		-webkit-box-shadow: #333 2px 2px 5px;
	}
	.galleryCont {
		display: none;
	}
	.descriptionBox {
		font-size: 10px;
		background-color: #333333;
		color: white;
	}
	.desc {
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		font-size: 14px;
	}
	.imgDesc {
		font-family: Arial, Helvetica, sans-serif;
		color: #fff;
		font-size: 10px;
	}
	.mbMask {
		position: absolute;
		background: orange;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}
}