#content .event {
	padding: 5px;
	border-bottom: 9px solid #ffffff;
}

#content .event .title {
	padding: 5px;
	color: #f3ce39;
	width: 475px;
	font-weight: bold;
	font-size: 16px;
}

#content .event .date {
	float: right;
	margin: -20px 6px 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #b4b4b4;
}

#content .event .photos {
	width: 555px;
	overflow: hidden;
	margin: 10px 0 0 15px;
}

#content .event .photos .inner {
}

#content .event .photos a img {
	border: none;
	display: inline;
}

#content .event .arrow_left {
	background: url('../../../images/content/gallery/arrow_left.png') no-repeat bottom left;
	width: 31px;
	height: 56px;
	position: absolute;
	margin: 27px 0 0 -54px;
}

#content .event .arrow_right {
	background: url('../../../images/content/gallery/arrow_right.png') no-repeat bottom left;
	width: 31px;
	height: 56px;
	position: absolute;
	margin: -86px 0 0 608px;
}

#content .event .arrow_left a, #content .event .arrow_right a {
	display: block;
	height: 56px;
}

#content .event .active {
	background-position: top left;
}

#content .event .photos .active:hover {
	background-position: center left;
}
