#stage #galcontainer {
	display: block;
	width: 100%;
	height: 300px;
	overflow: hidden;
	/* overflow-x: scroll; */
	padding: 0;
	position: relative;
	white-space: nowrap;
	/* background: url(/media/img/bg-container.gif) repeat-x center transparent; */
}
#stage #galcontainer img {
	display: inline;
	margin: 69px 7px 69px 0;
	height: 162px;
	width: auto;
	cursor: pointer;
}
#stage #galcontainer .first {
	margin-left: 1200px;
}
#stage #galcontainer .last {
	margin-right: 1200px;
}

img.overlay {
	cursor: pointer;
}
#overlay-background,
#overlay-container {
	position: absolute;
	display: block;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: auto;
	background: #000;
	text-align: center;
}
#overlay-background {
	z-index: 998;
}
#overlay-container {
	background: none;
	z-index: 999;
}
#overlay-top,
#overlay-menu {
	position: relative;
	width: 400px;
	margin: 50px auto 0;
	background: #fff;
}
#overlay-top { height: 100px; }
#overlay-menu {
	margin-top: 5px;
	height: 30px;
}
#overlay-menu a {
	position: absolute;
	width: 100px;
	height: 15px;
	top: 9px;
	font: 12px/15px Arial;
	font-style: italic;
	color: #000;
	text-decoration: none;
}
#overlay-menu a#overlay-print { left: 20px; text-align: left; }
#overlay-menu a#overlay-close { right: 20px; text-align: right; }

/* Colsets */
#content .col {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
}
#content .index {
	width: 211px;
	padding-left: 15px;
	padding-top: 5px;
}

/* 3-columns */
.colset-3 #content {
	background: url(/media/img/bg-colset-3.gif) repeat-y left top transparent;
}
.colset-3 #content .col {
	height: 100%;
}
.colset-3 #content .col p,
.colset-3 #content .col table {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 10px;
	line-height: 15px;
}
.colset-3 #content .col .last {
	margin-bottom: 0;
}
.colset-3 #content .left {
	width: 339px;
	margin-right: 20px;
	padding-left: 5px;
}
.colset-3 #content .right {
	width: 330px;
	padding-left: 20px;
}

/* 3-columns */
.colset-2 {
	overflow-y: scroll;
}
.colset-2 #content {
	/* background: url(/media/img/bg-colset-2.gif) repeat-y left top transparent; */
}
.colset-2 #content .index {
	background: url(/media/img/bg-colset-2.gif) repeat-y left top transparent;
	/* border-left: 1px solid #5c584f; */
	/* border-right: 1px solid #5c584f; */
}
.colset-2 #content .right {
	width: 704px;
	padding-left: 20px;
}
.colset-2 #content .right input {
	font: 15px/15px Georgia;
	width: 320px;
	margin: 0 0 10px 0;
	padding: 3px 0 3px 3px;
	background: white;
	border: none;
	outline: none;
}
#register-error {
	display: block;
	width: 314px;
	color: red;
	text-align: left;
}
.colset-2 #content .index h2 {
	margin-top: 0;
	margin-bottom: 0;
}
.colset-2 #content .index p {
	margin: 10px 20px 0 0;
}
.colset-2 #content .index p .icon {
	display: block;
	float: left;
	width: 20px;
	height: 15px;
	margin: 0 5px 0 0;
	padding-bottom: 5px;
	background-repeat: no-repeat;
}
.colset-2 #content .container-brand {
	position: relative;
	float: left;
	width: 107px;
	height: 51px;
	margin: 3px;
	display: table-cell;
	vertical-align: middle;
}
.colset-2 #content .container-brand span {
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 107px;
	height: 51px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: transparent;
}
.colset-2 #content .container-brand.noscript .sw { display: block; }
.colset-2 #content .container-brand.noscript .rgb { display: none; }
.colset-2 #content .container-brand.noscript:hover .sw { display: none; }
.colset-2 #content .container-brand.noscript:hover .rgb { display: block; }
.colset-2 #content .container-brand.active .bg,
.colset-2 #content .container-brand.noscript:hover .bg {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.colset-2 #content .container-brand .bg {
	background-image: url(/media/img/bg-brand-2.png);
}

.colset-2 #content .container-brand .title {
	top: 50%;
	margin: -10px 10px 10px 10px;
}

/* colset-2 list --gallery-- */
.colset-2 #content ul {
	list-style: none;
}
.colset-2 #content ul li {
	margin-bottom: 20px;
	line-height: 12px;
}
.colset-2 #content ul li a {
	font: 12px/20px "Hoefler Text";
}
.colset-2 #content ul li a .heading-normal,
.colset-2 #content ul li a .heading-active {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-size: 20px;
	line-height: 12px;
}
.colset-2 #content ul li a .heading-active {
	display: none;
	color: #c46480;
}
.colset-2 #content ul li a:hover,
.colset-2 #content ul li a.active { border-bottom-style: none; }
.colset-2 #content ul li a:hover .heading-normal,
.colset-2 #content ul li a.active .heading-normal { display: none; }
.colset-2 #content ul li a:hover .heading-active,
.colset-2 #content ul li a.active .heading-active { display: inline; }