﻿#panel{
	margin:15% 15% 15% 15%;
	background-color:white;
	z-index:50;
	-moz-border-radius-bottomright: 50px;
   border-bottom-right-radius: 50px;
   -moz-border-radius-bottomleft: 50px;
   border-bottom-left-radius: 50px;
   -moz-border-radius-topright: 50px;
   border-top-right-radius: 50px;
   -moz-border-radius-topleft: 50px;
   border-top-left-radius: 50px;
   width:70%;
   opacity:0.8;
}

#panel p {
	margin:0 10px 0 10px;
}

#panel h1 {
	font-size:2em;
	text-align:center;
}

.gap {
	height:25px
}

#photos {
  overflow: hidden;
  max-height: 600px;
  width: 600px;
  margin-left:auto;
  margin-right:auto;
}

#photos_inner {
  /*height: 450px;
  width: 600px;*/
  overflow: hidden;
  position:relative;
  margin-left:auto;
  margin-right:auto
}

#photos img {
	z-index:50
}

q {
	text-align:center;
	color:purple;
	font-size:0.8em;
}

#nav a { border: 1px solid #ccc; background: #fc0; text-decoration: none; padding-left:40%; }
#nav a.activeSlide { background: #ea0 }
#nav a:focus { outline: none; }

