a:link {color: #FF0000;} /* an unvisited link */
a:visited {color: #336600;} /* a visited link */
a:hover {color: #FF00FF;} /* a link with the mouse hovering over it */
a:active {color: #0000FF;} /* the selected link */

.alnk
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #009933;
	text-decoration: underline;
	cursor: pointer;
}

#dwld
{
  font-size:medium;
  font-weight:normal;
  text-align: center;
}

#gallery {
  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:100px;
  /*height:125px;*/
  margin:10px;
  text-align: center;
  background:#CFD4E6;
  border:1px solid #BF8660;
  float:left;
}
.scon { /* slideshow image/caption container */
  /*width:612px;*/
  margin:10px;
  text-align: center;
  background:#CFD4E6;
  border:1px solid #BF8660;
  /*float:left;*/
}
#gallery img {
  margin:6px 6px 6px 6px;
  background:#CFD4E6;
}
#slideshow img {
  margin:6px 6px 6px 6px;
  background:#CFD4E6;
}
#navigation {
  text-align:center;
}
#first, #prev, #stop, #play, #next, #last, #back, #time, #timeTool, #slideno {
  color:#BF8660;
  cursor: pointer;
  font-weight:bold;
  margin-right:20px;
}

#stop, #time, #timeTool, #slideno {
  display: none;
}
#preload {
  color:#BF8660;
  cursor:pointer;
  font-size:xx-small;
  font-weight:normal;
  margin-right:20px;
  position:relative;
  z-index:-1;
}

.clearAll {
  clear:both;
  margin:0; 
  padding:0;
}

.imgtrans {
  visibility:visible;
  cursor: pointer;
  filter:revealTrans(duration=1);  
}

.bubble {
  z-index:1;
  visibility:hidden;
  position:absolute;
  opacity:.8;
  -moz-opacity:.8;
  filter:alpha(opacity=80);
}

#Title, #Desc, #Occa, #Place, #People {
	font-family: Arial; 
	font-size: 10px;
}

.Highlight {
	font-size: 125%;
	font-family: inherit;
	font-weight: bold;
	font-variant:small-caps;
	text-decoration:underline;
}

#Title:first-letter {
	font-size: 115%; 
}

#Desc:first-letter {
	font-size: 115%; 
}

#Occa:first-letter {
	font-size: 115%; 
}

#Place:first-letter {
	font-size: 115%; 
}

#People:first-letter {
	font-size: 115%; 
}


.glcon { /* gallery image/caption container */
  width:100px;
  /*height:125px;*/
  margin:10px;
  text-align: center;
  background:#CFD4E6;
  border:1px solid #BF8660;
  position: relative;
}


.MainScroll {
  /*border:#f00 1px solid;*/
  padding:2px;
  text-align:left;
  position:relative; 
  overflow:hidden; 
  clip:rect(0px 125px 395px 0px); 
  width:125px; 
  height:395px;
}

.ScrollContent {
  /*border:#f00 1px solid;*/
  padding:1px;
  text-align: center;
  display:block; 
  position:absolute; 
}

.Content-hidden {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	vertical-align: middle;
	line-height: 2;
	color: #000000;
	display: none;
}
