body {
	background: #F0F0F0;
	font-family: Arial, Helvetica, sans-serif;
}

.lgh_main {
	margin: 0 auto;
	display: block;
	overflow: hidden;
	max-width: 1024px;
}

.lgh_h1 {
	font-size: 32px;
}

.lgh_h2 {
	font-size: 24px;	
}

.lgh_item {
	margin-bottom: 20px;
	position: relative;
}

.lgh_item-img {
	width: 100%;
}

.lgh_item-caption {
	background-color: rgba(255,255,255,0.5);
	width: 100%;

	position: absolute;
	bottom: 4px;
	left: 0;
}

.lgh_item-caption__text {
	font-weight: bold;
	color: #333;
	font-size: 20px;
	padding-left: 15px;
}

.lgh_text-center {
	text-align: center;
}

.lgh_text-italic {
	font-style: italic;
}