/* 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/index/arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../images/index/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: #f60;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(../images/index/drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #ff871b;
}
			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	width: 390px;
	height: 254px;
	overflow: hidden;
	background: #fff;
	float: left;
}

.wide {
	width: 780px;
}

.super-wide {
	width: 960px;
}

.tall {
	height: 780px;
}

#pane1 {
}
#pane2 {
	width: 390px;
	height: 253px;
}
#pane3 {
	height: 190px;
}
#pane4 {
	height: 190px;
}

/*What's New
-----------------------------------------------------------*/
div#whatsnew {
	width:390px;
	height:254px;
	display:block;
	border-top:1px solid #d3cfc7;
	border-bottom:1px solid #d3cfc7;
	float: left;
}

div#whatsnew div#pane {
	font-size:12px;
	line-height:20px;
}

div#whatsnew div#pane p {
	margin-left:0.7em;
}

div#whatsnew div#pane p.dottline {
	margin:-1em 0.5em 1em 0;
	/*border-bottom:1px dotted #d3cfc7;*/
}

div#whatsnew div#pane a {
	color:#ff871b;
	text-decoration:none;
}

div#whatsnew div#pane a:hover {
	text-decoration:underline;
}

div#whatsnew div#pane h5 {
	font-size:13px;
	line-height:1.5em;
	font-weight:bold;
	text-indent:0.5em;
}

div#whatsnew div#pane .wn-title {
	margin:15px 5px 20px;
}