/* #left,.controls {
	background: transparent url(/static/images/black_50.png);
}*/
body {
	background: black;
	color: white;
}
a:link,
a:visited {
	color:white;
}

#menu .level_0 > a.selected {
	background: url('/static/images/grey_50.png');
	color: white;
	text-decoration: none;
}

#menu .category >li a:hover {
	background: url('/static/images/grey_25.png');
	text-decoration: none;
}
#menu .category> li a.selected {
	background: url('/static/images/grey_50.png');
	color: white;
	text-decoration: none;
}

/******************************************************************************/
#box {
	position: relative;
	z-index: 10;
}
#backdrops {
	position: fixed;
	z-index: 1;
	top: 0;
	left:0;
	right: 0;
	bottom: 0;
	
	background-repeat: no-repeat;
}
#content {
	z-index: 1;
	position: relative;
}
.gallery {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.stage  {
	z-index: 0;
	position: relative;
	height: 600px;
	width: 768px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.stage div.movie {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: absolute;
}
.toggles {
	margin-top: 15px;
	text-transform: uppercase;
	text-align: center;
}
.toggles label {
	padding-right: 5px;
}
.toggle {
	cursor: pointer;
	padding-right: 5px;
}
.toggle + toggle {
	padding-left: 5px;
}

.selected {
	color: red;
}

.picture {
}
.picture .title {
	margin: 5px 0;
}
.wrap {
	/*position: absolute;*/
	display:table;
	text-align: center;
	margin: 0 auto;
}
.browser {
	position: relative;
	display: table-cell;
	text-align: center;
	width: auto;
}
.browser .button {
	top: 0px;
}
.browser .prev {
	position: absolute;
	left:0;
	width: 384px;
	height: 100%;
}
.browser .prev > div.hover {
	cursor: pointer;
	float: right;
	background: url('/static/images/prev.png') no-repeat;
	width: 80px;
	height: 80px;
}
.browser .next {
	position: absolute;
	right: 0;
	width: 384px;
	height: 100%;
}
.browser .next > div.hover {
	cursor: pointer;
	background: url('/static/images/next.png') no-repeat;
	width: 80px;
	height: 80px;
}

.browser img {
	top: 0;
	position: relative;
	float: left;
	display:block;
	margin: 0 auto;
}
.gallery .title {
	text-align: center;
	font-size: 11pt;
}
.player {
	z-index: 1;
}
.playButton {
  background-color: rgb(20,20,20);
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25em;
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  /*position: relative;
  top: 50%;*/
  zoom: 100%;
  padding: .5em 1em;
  color: white;
}

.playBackground {
  background-color: rgb(0,0,0);
  opacity: 0.0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0px; left: 0px;
}