/* Stylesheet for my demo pages for jScrollPane - these styles aren't necessary for using jScrollPane and aren't specific to any particular example */



a.jScrollArrowUp {
	background: url(../images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}


#right_sidebar .jScrollPaneTrack {
	background: #FDBA63 ;
	
}
#right_sidebar .jScrollPaneDrag {
	background: #f60;
}
#right_sidebar .scroll-pane {
	background: #69f;
}
			
.holder {
	float: left;
	margin: 0px;
}

.scroll-pane {
	width: 200px;
	height: 30px;
	overflow: auto;
	padding:0px;
	padding-top:5px
	margin-left:0px;
	float: left;
}
.scroll-pane-body {
	width: 400px;
	height: 30px;
	overflow: auto;
	padding:0px;
	margin:0px;
	float: left;
}
.scroll-pane-popup {
	width: 250px;
	height: 30px;
	overflow: auto;
	padding:0px;
	margin:0px;
	float: left;
}
.scroll-pane p {/* text-transform:uppercase; */text-align: left;margin:0 0px 0 0;padding:0px;}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 600px;
}

}
#pane1 {
	position: absolute;
	left:0;
	top:0;
	height: 380px;
	padding:0px;
	margin:0px;
}
#pane2 {
	position: absolute;
	left:0;
	top:0;
	height: 380px;
	padding:0px;
	margin:0px;
}
#pane3 {
	position: absolute;
	left:0;
	top:0;
	height: 380px;
	padding:0px;
	margin:0px;
}
#pane4 {
	position: absolute;
	left:0;
	top:0;
	height: 260px;
	padding:0px 0px 0px 20px;
	margin:0px;
}
#projects {
	position: absolute;
	left:-10px;
	top:0;
	height: 260px;
	padding:0px 0px 0px 0px;
	margin:0px;
}
#body {
	position: absolute;
	left:0px;
	top:0;
	height: 200px;
	padding:0px 0px 0px 0px;
	margin:0px;
}
#cast {
	position: absolute;
	left:350px;
	top:0;
	height: 400px;
	padding:0px 0px 0px 0px;
	margin:0px;
}
#body p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
#popup {
	position: absolute;
	right:0px;
	top:0px;
	height: 170px;
	padding:0px 0px 0px 0px;
	margin-top:0px;
}
#popup p {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}