@charset "UTF-8";
/* CSS Document */

#photos {
	width: 600px;
}

p.jshowoff-controls {
	padding: 0;
	z-index: 150;
	background: none transparent scroll repeat 0% 0%;
	overflow: visible;
	width: 600px;
	position: absolute;
	top: 139px;
	height: 42px;
}

.jshowoff-controls .jshowoff-prev, .jshowoff-controls .jshowoff-next {
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
	overflow: hidden;
	display: block;	
	text-align: center;
}
.jshowoff-controls .jshowoff-prev {
	float: left;
}
.jshowoff-controls .jshowoff-next {
	margin-left: -4px;
	float: right;
}
.panel-overlay{
	min-height:50px;
	height: auto !important;
  	height: 50px;
	position:absolute;
	bottom:0;
	left:0;
	background:url(../_img/bgPanelOverlay.png);
	color:#FFF;
	padding:10px;
	width:580px;
}
.panel-overlay a{
	color:#FFF;
}
.panel-overlay h2 {
	margin-bottom:10px;
}
