#content {
}
.gallery {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.stage  {
	position: relative;
	min-height: 600px;
	text-align: center;
}

.stage > div {
	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 {
	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;
}
