/* 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;
	margin-right:30px;
}
.scroll-pane-body {
	width: 400px;
	height: 30px;
	overflow: auto;
	padding:0px;
	float: left;
	margin-right:30px;
}
.scroll-pane-stocklists {
	width: 300px;
	height: 30px;
	overflow: auto;
	padding:0px;
	float: left;
	padding-right:30px;
	margin-right:30px;
}
.scroll-pane-stocklists p {
	margin-right:30px;
}
.scroll-pane-cast {
	width: 300px;
	height: 30px;
	overflow: auto;
	padding:0px;
	margin:0px;
	float: left;
}
.scroll-pane-sidebar {
	width: 190px;
	height: 30px;
	overflow: auto;
	padding:0px;
	margin:0px;
	float: left;
}
.scroll-pane-body p {font-family:Georgia, Arial, Helvetica, Sans-Serif !important;text-align: left;margin:0 0px 0 0;padding-right:50px;}
.scroll-pane-stocklists p {/* text-transform:uppercase; */text-align: left;margin:0px 0 0;padding-right:50px;}
.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;
	right:0px;
	bottom:0;
	height: 350px;
	padding-right:20px !important;
	margin:0px;
}
#body p {
	font-family:Georgia, Arial, Helvetica, Sans-Serif !important;
	margin:0px !important;
	padding: 0px !important;
}
#body p span {
	font-family:Georgia, Arial, Helvetica, Sans-Serif !important;
	font-size: 12px !important;
}
#contents {
	position: absolute;
	right:0px;
	bottom:0;
	height: 420px;
	padding-right:20px !important;
	margin:0px;
}
#contents p span {
	width:400px;	
	font-family:Georgia, Arial, Helvetica, Sans-Serif !important;
	font-size: 12px !important;	
}
#stocklists {
	position: absolute;
	right:0px;
	bottom:0;
	height: 500px;
	padding-right:30px !important;
	margin:0px;
}
#stocklists  p {
	padding-right:30px;
}
#contents {
	position: absolute;
	right:0px;
	bottom:0;
	height: 420px;
	padding-right:30px;
	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;
}
#sidebar {
	position: absolute;
	left:10px;
	top:0px;
	height: 170px;
	padding:0px 0px 0px 0px;
	margin-top:0px;
}
#sidebar p {
	padding: 0px;
	margin: 0px;
}
