/* CSS Document */

#gallery {
  height:350px;
  display:none;
}
#slideshow {
  display:none;
}
.gcap {
  font-size:xx-small;
  margin:3px; padding:0;
  color:#FFFFFF;
}
.scap {
  font-size:xx-small;
  color:#FFFFFF;
  margin:3px; padding:0;
}
.gcon { /* gallery image/caption container */
  width:220px;
  height:150px;
  margin:1px;
  background:#FFFFFF;
  border:1px solid #FFFFFF;
  float: left;
}
.scon { /* slideshow image/caption container */
  width:650px;
  margin:10px;
  background:#FFFFFF;
  border:1px solid #FFFFFF;
}
#gallery img {
  margin:6px 6px 3px 6px;
  background:#CFD4E6;
}
#slideshow img {
  margin:6px 6px 3px 6px;
  background:#CFD4E6;
}
#navigation {
/*  text-align:center; */
}
#prev, #next, #back, #auto, #time {
  color:#BF8660;
  cursor:pointer;
  font-weight:bold;
  margin-right:20px;
}
.clearAll {
  clear:both;
  margin:0; padding:0;
}
body {
	background-color: #000066;
}
.style1 {color: #FFFFFF}

