#slideshow   {
	width: 100%;
	height: auto;
	overflow: auto; /* Allows the slides to be viewed using scrollbar if Javascript isn't available */
	position: relative;
	z-index: 5;
	margin-left: 0px;
}
#slideshow ul#navi {
	display: none;
	list-style: none;
	position: relative; top: 210px; z-index: 15;
}
#slideshow ul#navi li#prev {
		float: left; margin: 0 0 0 0px;
	}
#slideshow ul#navi li#next {
		float: right; margin: 0 0px 0 0;
	}
#slideshow ul#navi li a {
		display: block; width: 40px; height: 40px; text-indent: -9999px;
	}
#slideshow ul#navi li#prev a {
			background: url(../slider-labels/prev.png);
		}
#slideshow ul#navi li#next a {
			background: url(../slider-labels/next.png);
		}

#slideshow ul#slides {
		list-style: none;
	background: transparent;
	}
#slideshow ul#slides li {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0px;
		}
#logo {
}
a {
    font-weight: bold;
}
a:active {
    text-decoration: none;
    color: #000000;
}
a:hover {
    text-decoration: none;
    color: #FFFF00;
}
a:visited {
    text-decoration: none;
    color: #000000;
}

a:link {
color: #000000;
text-decoration: none;
font-size: 16pt;
}
