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;
}
.orange-bar .jScrollPaneTrack {
	background:#F60;
}
.orange-bar .jScrollPaneDrag {
	background: #F60;
}
.orange-bar .scroll-pane {
	background: #F60;
}
			
.holder {
	position:relative;
	z-index: 80;	
	background: url(../img/slide_intro.png) no-repeat top left;
	height: 345px;
	float: right;
	margin: 35px 30px 0 0;
	padding: 20px 0 0 3px;
}
.holder a{
	color:#FFF;
}
.holder a:hover{
	color:#F60;
}
.holder h3{
	text-transform: capitalize;
	color:#F60;
	width:90%;
	font-size: 12px;
	height:12px;
	margin: 0 0 8px 0;
	clear:both;
}
.scroll-pane {
	line-height: 16px;
	text-align:left;
	padding: 0 20px 0 15px;
	width: 260px;
	font-size:11px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 290px;
	overflow: auto;
	float: left;
}
.holder .line{
	background:url(../img/line.gif) repeat-x bottom;
	width:245px;
	margin:10px 10px 0 0;
	padding:0 0 10px 0;
}
.holder .uline{
	width:100%;
	margin:10px auto 0 auto;
	padding:0 0 10px 0;
}
.holder .text{
	margin:10px 0 10px 0;
}
.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}
