  #map
{
clear: both;
width: 860px;
height: 550px;
}
#map:-webkit-full-screen { width: 100% !important; height: 100% !important; }
#map:-moz-full-screen { width: 100% !important; height: 100% !important; }
#map:fullscreen { width: 100% !important; height: 100% !important; }
.leaflet-container {
background: #fff;
outline: 0;
}
.gallerySubHead {
margin: 37px 0 10px;
}
#content {
height: 700px;
}
.leaflet-control-zoom-fullscreen { background-image: url(/depts/uc/response/new/images/icon-fullscreen.png); }
.leaflet-container:-webkit-full-screen { width: 100% !important; height: 100% !important; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 100%;
	background: #fff;

}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #fff;
	position: relative;
}

.jspDrag
{
	background: #000;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 10px;
}

.jspHorizontalBar .jspArrow
{
	width: 10px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/* Circular Content Carousel Style */
.ca-container{
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	position:relative;
	margin:25px auto 0 auto;
	width:860px;
	height:400px;
}
.ca-wrapper{
	width:100%;
	height:100%;
	position:relative;
}
.ca-item{
	position:relative;
	float:left;
	width:215px;
	height:100%;
	text-align:center;
}
.ca-item-main{
	padding:10px;
	position:absolute;
	top:5px;
	left:5px;
	right:5px;
	bottom:5px;
	overflow:hidden;
	/*border: 1px solid #ddd;
	-moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);*/
}
.ca-item-main a{
	text-decoration: underline;
}
.ca-item-main a:hover{
	color: #999999;
}
p.ca-heading {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color:#769b7e;
	margin: 6px 0;
}
p.ca-caption {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#888888;
	margin: 0;
}
.ca-icon{
	width:180px;
	height:120px;
	position:relative;
	margin:0 auto;
	background:transparent url() no-repeat center center;
}
.ca-item h3{
	font-family: "ff-meta-serif-web-pro-1", "ff-meta-serif-web-pro-2", Georgia, serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform:uppercase;
	font-size:30px;
	color:#769b7e;
	margin: 6px 0 0;
	text-align:left;
}
.ca-item h4{
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	font-weight: normal;
	text-align:left;
	line-height:21px;
	padding: 0;
	position:relative;
}
.ca-content-wrapper{
	background:#b0ccc6;
	position:absolute;
	width:0px; /* expands to width of the wrapper minus 1 element */
	height:400px;
	top:5px;
	text-align:left;
	z-index:10000;
	overflow:hidden;
}
.ca-nav span{
	width:25px;
	height:38px;
	background:transparent url(/depts/uc/response/new/images/2013-summer/features/timeline/images/arrows.png) no-repeat top left;
	position:absolute;
	top:50%;
	margin-top:-19px;
	left:-40px;
	text-indent:-9000px;
	opacity:0.3;
	cursor:pointer;
	z-index:100;
}
.ca-nav span.ca-nav-next{
	background-position:top right;
	left:auto;
	right:-40px;
}
.ca-nav span:hover{
	opacity:0.6;
}