@charset "utf-8";
/* CSS Document */
.black{
	color:#232525;
	font-size:13px;
}

.jScrollPaneTrack{
	background:none;
}

div.jScrollPaneDrag{
	background:url(../pictures/scroll.png) top left no-repeat;
}
.scroll-pane {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background: none repeat scroll 0 0;
float:left;
height:350px;
overflow:auto;
width:592px;
padding: 0px 10px 10px 0;
}
.wide {
width:400px;
}
.super-wide {
width:700px;
}
.tall {
height:470px;
}
#pane1 {
}
