#galleryPopupBackground{
	display:none;
	position: absolute;
	overflow-y: hidden;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;

}
#galleryPopup {
	display:none;
	position:absolute;
	background:#eeeeee;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
	text-align: center;
}

#galleryPopupClose{
	font-size:14px;
	line-height:14px;
	right:0;
	top:0;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
}


#galleryPopup #galleryNavigation span {
	padding: 0 10px;
}
#galleryPopup #galleryNavigation {
	position: relative;
	background: none;
	padding-top: 30px;
	text-align: center;
}
#moviePlayer {
	/*margin: auto;*/
	height: 400px;
	width: 600px;
	display: block;
	padding-top: 7px;
}

#brochureLink {
	text-align: right;
	padding-right: 5px;
}

#brochureLink a {
	float: right;
	background: #e6e6e6 url(http://www.outso.com/media/img/page_white_acrobat.png) no-repeat 5px 5px;
	padding: 5px 5px 0;
	display: block;
	height: 20px;
	width: 147px;
	color: #5c5c5c;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

#brochureLink a:hover {
	color: #7f7f7f;
}
