div.gallery {
	width: 260px;
	margin: 0 10px 10px 0;
	padding: 15px;
	float: left;
	background: #63154c;
	line-height: 1.2em;
	color: #fff;
}

div.gallery img {
	height: 195px;
	overflow: hidden;
}

div.gallery h4 {
	margin: 8px 0;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
}

div.gallery h4 a {
	text-decoration: none;
	color: #f8981d;
}

div.gallery h4 a:hover {
	border-bottom: 1px dotted #f8981d;
}

h4.sub-headline {
	font-size: 2.0em;
	margin: 0 0 6px 5px;
}
	
div.gallery-thumbnail {
	width: 180px;
	height: 135px;
	overflow: hidden;
	float: left;
	margin: 0 10px 10px 0;
}

p#large-image {
	margin-bottom: 12px;
}

p#gallery-nav {
	text-align: center;
}