#content {
	background: #ffffff;
	position: relative;
	width: 768px;
	height: 507px;
	margin-left: 27px;
	text-align: center;
}
.lights #content {
	background: transparent;
}

#content .image_left {
	background: url('../images/left-arrow.png') top left no-repeat;
	width: 18px;
	height: 40px;
	float: left;
	position: absolute;
	top: 211px;
	left: -36px;
}
.lights #content .image_left {
	left: 108px;
}

#content .image_right {
	background: url('../images/right-arrow.png') top left no-repeat;
	width: 18px;
	height: 40px;
	float: left;
	position: absolute;
	top: 211px;
	right: -37px;
}
.lights #content .image_right {
	right: 108px;
}

#content .image_left:hover,
#content .image_right:hover {
	text-decoration: none;
}
