
#gallery {
  	width: 550px;
	margin-left: auto;
	margin-right: auto;
  height:320px;
  display:none;
}
#slideshow {
  display:none;
}
.gcap {
  font-size:xx-small;
  margin:3px; 
  padding:0;
}
.scap {
  font-size:xx-small;
  margin:3px; 
  padding:0;
}

.gcon { /* gallery image/caption container */
	width:87px;
	height:87px;
	margin:8px;
	background:#CCCCCC;	
	float:left;
	
}
.scon { /* slideshow image/caption container */
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	background:#CCCCCC;
	

}
#gallery img {
  margin:6px 6px 6px 6px;
}
#slideshow img {
  margin:6px 6px 6px 6px;
  max-width: 532px;
  background:#CCCCCC;
}
#navigation {
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
}
#prev, #next, #back, #auto, #time {
	cursor:pointer;
	font-weight:bold;
	margin-right:20px;
	margin-bottom: 20px;
}
.clearAll {
  clear:both;
  margin:0; padding:0;
}
