html, body {margin: 0px;
	padding: 0px;
	background-color: white}

p {font: 0.6em verdana, arial,  helvetica, sans-serif}

a { background: #EEEEEE;
	font: 800 0.6em verdana, arial, helvetica, sans-serif;
	text-decoration: none}
	
q {font-style: italic;}

ul {list-type: none; margin: 5px;}
ul li {display: inline;}

a:link {background: black; color: red}

a:visited {background: black; color: #AA0000}

a:hover {background: red; color: black}

#gallery, #slideshow {
  display:none;
  margin: 10px;
  text-align:center;
}
#gallery img {
  margin:14px;
  background:#CFD4E6;
  border:1px solid #BF8660;
}
#slideshow img {
  margin:14px;
  background:#CFD4E6;
  border:1px solid #BF8660;
}
#navigation {
  text-align:center;
}
#prev, #next, #back, #auto, #time {
  color:#BF8660;
  cursor:pointer;
  font-weight:bold;
  margin-right:20px;
}

.button {	padding: 2px;
	margin: 10px 0px 0px 10px;
	border: 1px dotted black;}
li>.button {border: 1px dotted white}

.buttonactive {padding: 2px;
	margin: 10px 0px 0px 10px;
	border: 3px dashed black;}
li>.buttonactive {border: 3px dotted white}