#headline {
	margin-bottom: 1em;
}

#image_area {
	text-align: center;
	word-spacing: 2em;
}

#preview {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 2em;
}

#preview_border {
	background: white;
	border: 12px solid white;
	border-radius: 4px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.6);
}

#preview_image {
	display: inline-block;
	background-repeat: no-repeat;
	border-width: 1px;
	border-style: solid;
	border-color: #777 #ccc #ccc #777;
	border-radius: 3px;
}

#info {
	display: inline-block;
	width: 400px;
	background: #FAF0DF;
	color: black;
	padding: 1em;
	vertical-align: top;
	text-align: left;
	margin-bottom: 2em;
	word-spacing: normal;
}

#badge {
	position: absolute;
	top: 22px;
	width: 100%;
	text-align: center;
	background-color: #ffc;
	color: #666;
	word-spacing: normal;
}

#badge span {
	display: inline-block;
	padding: 3px;
}

#go_up, #go_previous, #go_next {
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}

#go_up {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 30px;
	cursor: pointer;
	background-color: grey;
	opacity: 0;
	border-radius: 0 0 16px 16px;
}

#go_previous {
	position: absolute;
	top: 10%;
	left: 0;
	width: 40px;
	height: 80%;
	cursor: pointer;
	background-color: grey;
	opacity: 0;
	border-radius: 0 16px 16px 0;
}

#go_next {
	position: absolute;
	top: 10%;
	right: 0;
	width: 40px;
	height: 80%;
	cursor: pointer;
	background-color: grey;
	opacity: 0;
	border-radius: 16px 0 0 16px;
}

#go_up div {
	font-size: 30px;
	width: 100%;
	text-align: center;
	color: white;
}

#go_previous div, #go_next div {
	position: absolute;
	top: 40%;
	font-size: 40px;
	width: 100%;
	text-align: center;
	color: white;
}

#go_next div {
	right: 0;
}

#content:hover #go_up, #content:hover #go_previous, #content:hover #go_next {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.no-touch #content:hover #go_up:hover,
.no-touch #content:hover #go_previous:hover,
.no-touch #content:hover #go_next:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	color: white;
}

#lb_button #lb_btn_add {
	display: block;
}

#lb_button #lb_btn_remove {
	display: none;
}

#lb_button #lb_btn_wait {
	display: none;
}

#lb_button.remove #lb_btn_add {
	display: none;
}

#lb_button.remove #lb_btn_remove {
	display: block;
}

#lb_button.wait #lb_btn_wait {
	display: block;
}

#lb_button.wait #lb_btn_add {
	display: none;
}

#lb_button.wait #lb_btn_remove {
	display: none;
}
