html,body {
			height: 100%;
			margin: 0;
			padding: 0;
		}
		a {
			color: #09f;
		}
		a:hover {
			text-decoration: none;
		}
		.page-header {
			background: rgba(255,255,255,.9);
			clear: both;
			display: block;
			position: relative;
			z-index: 1;
		}
		.fluid_container {
			bottom: 0;
			height: 100%;
			left: 0;
			position: fixed;
			right: 0;
			top: 0;
			z-index: 0;
		}
		#camera_wrap_4 {
			bottom: 0;
			height: 100%;
			left: 0;
			margin-bottom: 0!important;
			position: fixed;
			right: 0;
			top: 0;
		}
		.camera_bar {
			z-index: 2;
		}
		#gallery #custom_camera_thumbs{
			width:100%;
			margin:0 auto;
			position:absolute;
			top:0;
			z-index:1000;
		}
		#gallery .camera_thumbs > div{
			width:40px;
}
		.camera_thumbs {
			margin:0 auto;
			position: relative;
			top:154px;
			left:0;
			width:920px;
			z-index: 2;
			}

		.camera_overlayer {
			opacity: .1;
		}
			.carouPrev{
		left:30px;
		background:url(../common/images/slides/icon_up.png) no-repeat;
		background-position: 0 0;
	}
		.carouPrev, .carouNext {
		width: 36px;
		height: 18px;
		display: block;
		position: absolute;
		top: 175px;
		left: 77px;
		cursor:pointer;
		z-index:10005;
	}

	.carouNext{
		top: 435px;
		background:url(../common/images/slides/icon_down.png) no-repeat;
		background-position: 0 0;
	}

	.carouPrev:hover, .carouNext:hover {
		background-position: -78px 0;
	}
	.carouPrev.disabled , .carouNext.disabled  {
	cursor: default;
	background-position: -40px 0;
	}
	.balloon{
		background:#000;
		color:#ccc;
		padding:4px 8px 3px 8px;
		position:absolute;
		display:none;
		border-radius:6px;
		border:1px solid #999;
		z-index:10006;
	}
	.balloon:before {
	content: ' ';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	left: -12px;
	bottom: 8px;
	background: transparent;
	border-color: transparent #000 transparent transparent;
	border-style:solid;
	border-width:6px;
	}
	.balloon:after {
	content: ' ';
	position: absolute;
	z-index: 1;
	width: 0;
	height: 0;
	left: -13px;
	bottom: 8px;
	background: transparent;
	border-color: transparent #999 transparent transparent;
	border-style:solid;
	border-width:6px;
	}

	#gallery #copyright{
		width:auto;
		text-align:left;
		text-indent:80px;
	}
