div.features { background:#eee; float:left; width:180px;height:503px;}
div.features ul { list-style-type:none;margin:10px 0 10px 10px;}
div.features li { padding:8px 0;font-size:120%;font-weight:bold;}
div.features a { font-weight:normal; }
div.screens { float:right;width:700px;}
div.screens ul { list-style-type:none;}

/*
	<div class="gallery">
		<div class="panel">
			<img src="path/to/image.jpg" />
			<div class="panel-overlay">
				...overlay content...
			</div>
			<div class="overlay-background"></div>
		</div>
		<ul class="filmstrip">
			<li class="frame current">
				<img src="path/to/thumbnail.jpg" />
				<div class="caption">caption text</div>
			</li>
			<li class="frame">
				<img src="path/to/thumbnail.jpg" />
				<div class="caption">caption text</div>
			</li>
		</ul>
	</div>
*/

#gallery { visibility: hidden; }
div#gallery h2 { color:#fff !important; font-size: 16px; margin:5px 10px !important;}
div#gallery p { margin:0 10px !important;}
.gallery { background: #fff;}
.loader { background: url(/images/tour/loader.gif) center center no-repeat #fff; }
.panel .panel-overlay, .panel .overlay-background { height: 60px; }
.panel .overlay-background { background: #222; }
.panel .panel-overlay { color: #fff; font-size: 12px; text-align:center; }
.panel .panel-overlay p { /* display:none; */}
.panel .panel-overlay a { color: white; text-decoration: underline; font-weight: bold; }
.panel img { top:0 !important;}
.filmstrip {}
.frame { }
.frame .img_wrap { border: 1px solid #999; }
.frame.current .img_wrap { border-color: #666; }
.frame img { border: none; }
.frame .caption { font-size: 11px; text-align: center; color: #888; }
.frame.current .caption { color: #000; }
.pointer { border-color: #ee3a42; top:496px !important; }
.strip_wrapper {margin-top:10px;}
img.nav-next, img.nav-prev { padding-top:10px !important;}