.splashBg {
	background-color: #000000;
	background-image: url(../images/bg_splash.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	height: 100%;
}
.showsBg {
	background-color: #000000;
	background-image: url(../images/bg_shows.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	height: 100%;
}
.contactBg {
	background-color: #000000;
	background-image: url(../images/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	height: 100%;
}
.seeBg {
	background-color: #000000;
	background-image: url(../images/bg_see.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	height: 100%;
}
.linksBg {
	background-color: #000000;
	background-image: url(../images/bg_links.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
	height: 100%;
}
.bioBg {
	background-color: #000000;
	background-image: url(../images/bg_bio.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding-bottom: 353px;
	
}
#mycustomscroll {
	width: 630px;
	height: 275px;
	overflow: auto;
	position: relative;
	padding: 0px 20px 0px 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 13pt;
	color: #FFFFFF;
	text-align: justify;
	margin-top: 30px;
	margin-right: 15px;
}
#mycustomscrollShows {
	width: 480px;
	height: 275px;
	overflow: auto;
	position: relative;
	padding: 0px 20px 0px 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 13pt;
	color: #FFFFFF;
	text-align: justify;
	margin-top: 30px;
	margin-right: 15px;

}
#mycustomscrollContact {
	width: 420px;
	height: 275px;
	overflow: auto;
	position: relative;
	padding: 0px 20px 0px 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 13pt;
	color: #FFFFFF;
	text-align: justify;
	margin-top: 40px;
	margin-right: 15px;

}
.vscrollerbase {
width: 10px;
background-color: #6B0000;
}
.vscrollerbar {
width: 10px;
background-color: #CC0000;
}
.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}
.textLink{
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:underline;
}

.textLink:hover{color:#FFFFFF; text-decoration:none;}.title {
	font-size: 13px;
	font-weight: bold;
	line-height: 20pt;
	color: #FFD8B9;


}
#mycustomscrollSee {

	width: 644px;
	height: 275px;
	overflow: auto;
	position: relative;
	padding: 0px 20px 0px 0px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 13pt;
	color: #FFFFFF;
	text-align: justify;
	margin-top: 30px;
	margin-right: 15px;
}
.galleryPic {
	border: 2px solid #FFFFFF;
}.tdShows {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 13pt;
	color: #FFFFFF;
}
.bodyText {
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 13pt;
	color: #FFFFFF;
}
/*this is what we want the div to look like    when it is not showing*/  div.loading-invisible{    /*make invisible*/	z-index: 101;    display:none;  }  /*this is what we want the div to look like    when it IS showing*/  div.loading-visible{
	display:block;
	position:absolute;
	left:0;
	width:100%;
	text-align:center;
	background:#000;
	opacity:.75;
	border-top:0px solid #ddd;
	border-bottom:0px solid #ddd;
	padding-top: 200px;
	padding-bottom: 100px;
	height: 100%;
	z-index: 100;

}
