/* CSS Document */

	

 .scroll-content { padding-right:15px;}
 


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:#433c30;
}
#projectDescription .jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background:#759010;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:#787263 url(../images/drag_grab.png) no-repeat 50% 50%;
	height:42px
}

#projectDescription .jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	height:20px;
	background:#a5ca18 url(../images/drag_grab_green.png) no-repeat 50% 50%;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../images/basic_arrow_up.png) no-repeat center top;
	height:15px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../images/basic_arrow_down.png) no-repeat center top;
	height:15px;
}
#projectDescription a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../images/basic_arrow_up_green.png) no-repeat center top;
	height:15px;
}
#projectDescription a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../images/basic_arrow_down_green.png) no-repeat center top;
	height:15px;
}

#projectDescription #content a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../images/basic_arrow_up_green.png) no-repeat center top;
	height:15px;
}
#projectDescription #content a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(../images/basic_arrow_down_green.png) no-repeat center top;
	height:15px;
}
 
