.holder{
	margin-top:20px;
	margin-bottom:4em;
	margin-right:30px;
}
.scroll-pane{
	overflow: auto;
/*	background: #ccc; */
	float: left;
}
#newsBox{
	width: 100%;
	padding:5px;
	height: 500px;
	padding-top:50px;
}
#photosBox{
	width: 406px;
	padding:5px;
	height: 270px;
}
#BioBox{
	width: 550px;
	padding:5px;
	height: 270px;
}
#showsBox{
	width:100%;
	height: 270px;
}
#linksBox{
margin-top:40px;
	width:100%;
/* 	height: 300px; */
}
#photoAlbumBox{
margin-right:20px;
padding-right:20px;
	width:235px;
	height:283px;
}
#detailsBox{
background-image:url(../images/bg-notepad.gif);
padding:18px 5px 0 5px;

	width:170px;
	height:200px;
}
#lyrics{
	background-image:url(../images/bg-notepad.gif);


	height:360px;
	width:300px;

}
#lyricsBox{
	z-index:-999;
	/* padding-top: 2em; */
	float:right;
	padding-right:1.5em;
	height:240px;
	width:270px;
/* 	margin-right:30px;	 
	top:230px;
	right:30px;
	position:relative;*/
}
#lyrics p{
padding:0;
margin:0;

padding:0 5px 0 10px;

font-size:12px;
line-height:18px;
}
.linksURL{
	width:200px;
	float:left;
	margin-left:20px;
}
.linksDescription{
	width:300px;
	float:right;
		

}
.showsHeading{
width:100%;
	background-color:#ededed;
	padding:10px 0;
}
.showsRow{
	
	padding:20px 0 40px 0;
}
.showsRow2{
	background-color:#efe6ef;
	padding:20px 0 40px 0;
}
.showsRow:hover{
	background-color:#cea6a6;

}
.showsRow2:hover{
	background-color:#cea6a6;

}
.linksRow2{
	background-color:#efe6e6;
	padding:30px 0;

}
.linksRow{

	padding:20px 0;

}
.showDate{
	float:left;
	width:160px;
	margin-right:10px;
	margin-left:10px;
}
.showName{
float:left;
	width:100px;
	margin-right:20px;
}
.showVenue{
float:left;
	width:200px;
	margin-right:20px;
}


.jScrollPaneContainer 	{ 
	position: relative; 
	overflow: hidden; 
	z-index: 1; 
}
.jScrollPaneTrack 		{ 
	position: absolute; 
	cursor: pointer; 
	right: 0; 
	top: 0; 
	height: 100%;
	background: url(../images/bar.jpg) top center repeat-y; 
	padding: 3px; 
}
.jScrollPaneDrag	{ 
	position: absolute; 
	background: url(../images/ball.png) center center no-repeat;
	cursor: pointer; 
	overflow: hidden; 
}
	a.jScrollArrowUp {
		background: url(basic_arrow_up.gif) no-repeat 0 0;
	}
			a.jScrollArrowUp:hover {
				background-position: 0 -15px;
			}
			a.jScrollArrowDown {
				background: url(basic_arrow_down.gif) no-repeat 0 0;
			}
			a.jScrollArrowDown:hover {
				background-position: 0 -15px;
			}
			a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
				background-position: 0 -30px;
			}

			.orange-bar .jScrollPaneTrack {
				background: #f60;
			}
			.orange-bar .jScrollPaneDrag {
				background: #00f url(drag_grab.gif) no-repeat 50% 50%;
			}
			.orange-bar .scroll-pane {
				background: #69f;
			}
