@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}
body {
	background-color: #000;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: none;
}

.footer {
	text-align: center;
}
.galleryfooter {
	text-align: center;
}
.copy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
}
.lowernav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-align:center
}
.address {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #CCC;
	text-align: center;
	padding-bottom: 5px;
}
.maincontent {
	padding-top: 15px;
	vertical-align: top;
	font-size: 15px;
}
.maincontent h2 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
.maincontent h3 {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
.cen {
	text-align: center;
}
.maincontent ul {
	line-height: 25px;
	list-style-type: none;
}
.comingsoon {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
.artistlinks {
	vertical-align: middle;
	padding-left: 3px;
	list-style-type: none;
}
.rightimage {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.leftimage {
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
}
#slideshow {
    position:relative;
    height:345px;
}

#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;
}

