/* 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(/wo/i/fantasysportsradio/images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(/wo/i/fantasysportsradio/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;
}
.orange-bar .jScrollPaneTrack {
	background:#CCCCCC;
}
.orange-bar .jScrollPaneDrag {
	background:#0066CC url(/wo/i/fantasysportsradio/images/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background:url(/wo/i/fantasysportsradio/images/pane_bg.jpg);
}			
.holder {
	margin: 10px;
	padding:0px;
	position:relative;
	
}
.scroll-header {
	width: 410px;
	height: 50px;
	overflow: none;
	background:url(/wo/i/fantasysportsradio/images/header_bg.jpg) top left no-repeat;
	padding:0px;
	margin:0px;
}
.scroll-footer {
	width: 410px;
	height: 20px;
	overflow: none;
	background:url(/wo/i/fantasysportsradio/images/footer_bg.jpg) top left no-repeat;
}
.scroll-pane {
	width: 410px;
	height: 250px;
	overflow: auto;
	position:fixed;
	background:#000099;
	
}
.scroll-story{
padding:10px;
margin:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}
.scroll-story a{
font-weight:bold;
font-size:14px;
}
.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}