div.module.inline {
	margin: 0 0 1em;
}

div.module.left {
	width: auto;
	float: left;
	margin: 0 10px 0 0;
}

div.module.right {
	width: auto;
	float: right;
	margin: 0 0 0 10px;
}

/* @group video-link */
#main div.video-link {
	width: 200px;
	background: #ececec;
}

#main div.video-link h4 {
	font-size: .85em !important;
	font-weight: normal !important;
	text-transform: uppercase;
	font-family: "Gill Sans", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 !important;
	padding: 0 12px 0;
	color: #737373 !important;
}

#main div.video-link h4 a {
	color: #737373 !important;
	text-decoration: none;
}

#main div.video-link p {
	font-size: 1em !important;
	line-height: inherit !important;
	margin: 0 !important;
	padding: 0 12px 30px; 
	color: #3c3c3c !important;
}

#main div.video-link p a {
	color: #3c3c3c !important;
	text-decoration: none;
}

#main div.poster-wrapper {
	position: relative;
}

img.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -29px;
	margin-left: -30px;
}
/* @end */

/* @group album-link */
#main div.album-link {
	background: #ececec;
}

#main div.album-link h4 {
	font-size: .85em !important;
	font-weight: normal !important;
	text-transform: uppercase;
	font-family: "Gill Sans", Arial, Helvetica, Geneva, sans-serif;
	margin: 0 !important;
	padding: 0 12px 0;
	color: #737373 !important;
}

#main div.album-link h4 a {
	color: #737373 !important;
	text-decoration: none;
}

#main div.album-link p {
	font-size: 1em !important;
	line-height: inherit !important;
	margin: 0 !important;
	padding: 0 12px 30px; 
	color: #3c3c3c !important;
}

#main div.album-link p a {
	color: #3c3c3c !important;
	text-decoration: none;
}

#main div.album-link div.photo-grid {
	float: left;
	margin-bottom: 10px;
}

#main div.album-link div.photo-grid a img {
	display: block;
	float: left;
}
/* @end */


/* @group Image */

div.module.right img.single-image,
div.module.left img.single-image {
	padding: 10px;
	background: #ececec;
	border: 1px solid #ffffff;
}

div.module.inline img.single-image {
	display: block;
	margin: 0 auto;
	padding: 5px 0 10px;
	background: #ececec;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

/* @end */
