@charset "utf-8";
/* CSS Document */

@import url("genesis.common.css");


div.gallery {
	margin:0px 0px 20px 0px;
	padding:0px;
	width:514px;
	background:url(https://stoic-sinoussi-0eb170.netlify.app/_sharedimg/highlightbox_a_bg.gif) no-repeat;
	overflow:hidden;
}

div.gallery div.content {
	float:left;
	display:inline;
	margin:7px 7px 0px 5px;
	width:500px;
	height:153px;
	border:2px solid #d9d3c7;
	border-bottom:none;
	background-color:#f7f4ee;
}

div.gallery > div.content {height:auto; min-height:153px;}

div.gallery div.footer {
	clear:both;
	position:relative;
	margin:0px;
	height:92px;
	border:none;
	background:url(https://stoic-sinoussi-0eb170.netlify.app/_sharedimg/highlightbox_a_footer_bg.gif) no-repeat;
	overflow:hidden;
	text-align: right;
	padding-right: 20px;
}

div.galleryitem {
	position:relative;
	float:left;
	display:inline;
	margin:9px 0px 0px 9px;
	width:140px;
	height:192px;
	border:4px solid white;
	background-color:#ede7da;
	overflow:hidden;
}

div.galleryitem p.caption {margin:8px; font-size:0.9em;}
div.galleryitem p.xedrill {position:absolute; bottom:0px; left:8px;}


div.gallery div.footer a.xeprevious {
	position: absolute;
	top: 31px;
	right: 60px;
}

div.gallery div.footer a.xenext {
	position: absolute;
	top: 31px;
	right: 15px;
}