.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E5164;
	text-decoration: none;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3E5164;
	text-decoration: none;
}
.links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3E5164;
	text-decoration: none;
}
.normallinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.biglinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.biglinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3E5164;
	text-decoration: none;
}
.songlisttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3E5164;
	text-decoration: none;
}

/******** SLIDESHOW *********/
#slideshow {
    position:relative;
	width:395px;
    height:239px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
