#content {
}
.gallery {
	top: 50px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#movie  {
	vertical-align: middle;
	height: 600px;
}
.stage {}
.stage img {
	display: block;
	position: absolute;
}
.toggles {
	margin-top: 5px;
	text-transform: uppercase;
}
.toggles label {
	padding-right: 5px;
}
.toggle {
	cursor: pointer;
	padding-right: 5px;
}
.toggle + toggle {
	padding-left: 5px;
}

.selected {
	color: red;
}

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;
}
