
#content img {
	cursor:pointer;
}

#expand {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.7);
	cursor:pointer;
	display:none;
	z-index:99999;
}

#expand > .wrapper {
	position:absolute;
	width:100%;
	height:100%;
	display:table;
	text-align:center;
}
#expand > .wrapper > .wrapper-wrap {
	position:relative;
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
	text-align:center;
}

#expand > .wrapper img {
	margin:0;
	display:inline-block;
	height:auto;
	width:auto;
	max-width:100%;
	max-height:100%;
}




.block.bar .share {
	font-family:'HelveticaNeueW01-55Roma';
	font-size:11px;
	margin-top:27px;
}
.block.bar .share a {
	margin-right:7px;
	margin-left:7px;
}
.block.bar .share a:first-child {
	margin-left:0;
}
.block.bar p p {
	min-height:0;
	margin-bottom:8px;
}
#expand .caption {
	color:#fff;
	font-family:'HelveticaNeueW01-55Roma';
	font-size:9pt;
}

body, #header-cont, header {
	background:#f6f6f6;
}



