  #content {
	clear: both;
	margin: 0 auto;
	width: 860px;
	height: 620px;
	position: relative;
}
.images {
	z-index: 0;
	display: none;
}
#info {
	padding: 10px 0;
}
#info .nav {
	text-indent: -9000px;
}
#info #prev {
	background: url('/depts/uc/response/new/images/arrows.png') no-repeat 0 0;
}
#info #next {
	background: url('/depts/uc/response/new/images/arrows.png') no-repeat -42px 0;
}
#info .headings {
	overflow: hidden;
	width: 100%;
}
#info .headings h2 {
	text-indent: -9000px;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 15px;
}
#info .headings h3 {
	font-size: 13px;
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 0;
	display: none;
}
#info .nav {
	width: 42px;
	height: 64px;
	position: relative;
	cursor: pointer;
}
#info #prev {
	position: absolute;
	top: 240px;
	left: -60px;
}
#info #next {
	position: absolute;
	top: 240px;
	right: -60px;
}
.sliderImages {
	position: relative;
}
p#tooltip {
	display: none;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	padding: 23px 28px 4px;
	text-align: center;
	margin-left: -132px;
	vertical-align: middle;
	background: #dc6725;
	border-radius: 6px;
	width: 200px;
	height: 60px;
	left: 50%;
	top: 100px;
	position: absolute;
	z-index: 100;
}
.gallerySubHead {
		margin: 37px 0 10px;
}