@charset "UTF-8";
/* CSS Document */
.gallery .photoWrap	{
	position: relative;
}

.gallery .photoWrap a	{
	position: absolute;
	display: block;
	top: 0;
	width: 50%;
	height: 100%;
	line-height: 100%;
	vertical-align: middle;
	font-size:  30px;
	content: "\f053";
	font-family: fontAwesome;

}

.gallery .photoWrap a.prev:after, .gallery .photoWrap a.next:after	{
	display: none;
}

.gallery .photoWrap a.prev:active:after	{
	display: block;
	content: "\f053";
	font-family: fontAwesome;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
}

.gallery .photoWrap a.next:active:after	{
	display: block;
	content: "\f054";
	font-family: fontAwesome;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -0.5em;
}


.gallery .photoWrap a.next	{
	right: 0;
	text-align:  right;
}

.gallery .movieWrap .embed	{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.gallery .movieWrap .embed iframe	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}