.layout-right{
	z-index:2;
}

.gallery{
	clear:both;
	margin-left:5em;
	margin-top:0;
	width:130%;
	position:relative;
	z-index:1;
	overflow:visible;
}

.gallery div.canvas { position:relative; }

.gallery .big-image{
	float:none;
	position:relative;
	margin-left:0;
	display:block;
	margin-bottom:3em;
}

.gallery .date, .gallery .preview .label{
	font-family:sans-serif; margin-right:0 !important;
}

.gallery .date{
	position:absolute;
	right:100%;
	padding-right:10px;
	font-size:79%;
	color:#fff;
	font-weight:bold;
	top:15px;
}

.gallery .big-image span.caption { position:static; padding-top:0.5em; }

.gallery .preview{
	display:block;
	clear:both;
	/* float:left; */
	min-height:45px;
}

.gallery .preview.last { margin-bottom:30px !important; }

.gallery .preview li{
	float:left;
}

.gallery .preview li.clear { clear:both; float:none; height:0; overflow:hidden; font-size:0; border:none; }

.gallery .preview .label{
	position:relative;
	margin:0;
	color:#bdbdaf;
	border:0;
}

.gallery .preview .label span{
	position:absolute;
	display:block;
	font-size:69%;
	margin-top:22px;
	top:-1em;
	white-space:nowrap;
}

.gallery .preview .label.first span{
	right:10px;
}

.hr{
	border-bottom:1px solid #8a8a80;
	height:2em;
	clear:both;
	/* margin-bottom:-2em; */
	width:180%;
}

div.realtime { margin-bottom:30px; }
div.realtime_description { margin-bottom:1em; position:relative; width:150%; }



