#img-gallery {
	background: #FFF;
	width: 700px;
	border: 1px solid black;
	margin: 10px auto;
}
#img-gallery ul {
	padding: 10px 0 0 0;
	list-style: none;
	border-bottom: 1px solid black;
	display: none;
}
#img-gallery ul a {
	display: block;
	padding: 5px 10px;
	border: 1px solid black;
	text-decoration: none;
	border-bottom: none;
	background: #4a4a4a;
	outline: 0;
	color: white;
}
#img-gallery ul a#playstop {
	margin: 0 0 20px 0;
	background: #4a4a4a url(../play.gif) no-repeat center;
	border-bottom: 1px solid black;
}
#img-gallery ul a#playstop.stop {
	background: #FFF url(../stop.gif) no-repeat center;
}
#img-gallery ul a.active {
	background: white;
	color: black;
}
#img-gallery #img-description {
	background: black;
	color: white;
	font-weight: bold;
	display: none;
}
#img-gallery #img-description p {
	padding: 5px;
	margin: 0;
}
#img-gallery img {
	display: block;
}

.navigation a{
	font-family: "Comic Sans MS";
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}

.navigation a:hover{
	text-decoration: none;
	color: #0099FF;
}

.navigation a:visited{
	color: #000000;
	text-decoration: none;
}

.navigation a:visited:hover{
	color: #0099FF;
	text-decoration: none;
}

.trebuchet28{
	font-family: "Comic Sans MS";
	font-size: 28px;
}

.trebuchet16{
	font-family: "Comic Sans MS";
	font-size: 16px;
}

.trebuchet11{
	font-family: "Comic Sans MS";
	font-size: 11px;
}

.trebuchet13{
	font-family: "Comic Sans MS";
	font-size: 13px;
}

select, textarea, input{
	font-family: "Comic Sans MS";
	font-size: 13px;
	color: #000000;
}

.test {
	background-color: #CCCCCC;
}

.over {
	color: #FFFFFF;
	background-color: #E2EFAF;
}

