/* CSS Document */

.bannertext {
	position:relative;
	z-index:2;
	margin-top:-140px;
	_margin-top:-143px;
	padding:0 510px 0 22px;
	width:428px;
}

.bannertext p {
	font-size:16px;
	line-height:19px;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

.bannerpane img {
	position:relative;
	z-index:1;
}

.quote_top {
	background:url(images/quote_top.gif) no-repeat;
	padding:25px 48px 0;
	position:relative;
	z-index:1;
}

.quote_top p {
	padding:0;
}

.quote_bottom {
	background:url(images/quote_bottom.gif) no-repeat;
	height:48px;
	position:relative;
	z-index:2;
	margin-top:-25px;
	margin-bottom:15px;
}

.scroller {
	padding:0 4px;
}

.scroll-pane {
	width: 292px;
	padding-top:0px;
	padding-left:0px;
	overflow: auto;
}

#pane1 {
	height:330px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin:0 0 0 0px;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #ececec;
}
.jScrollPaneDrag {
	position: absolute;
	background: #5a5a5a url(images/scroll_drag.gif) no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
