.scroll-pane {
	overflow: auto;
	}
.jScrollPaneContainer {
	position:relative;
	overflow:hidden;
	z-index: 1;
	min-height:1px;
	_height:1px;
	}
.scroll-shadow-t, 
.scroll-shadow-b  {
	position:absolute;
	left:1px;
	height:15px;
	z-index:5;
	margin-right:12px;
	}
/* SCROLLBAR CSS
=============================*/
.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	z-index:5;
	}
.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-color: #666;*/
	height: 9px;
	}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
	}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
	}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
	}
/* SCROLL-TYPE - 1
==============================*/
.scroll-typ1 {
	position:relative;
	min-height:1px;
	}
* html .scroll-typ1 {
	height:1px;
	}
.scroll-typ1 .jScrollPaneContainer {
	width:auto;
	}
.scroll-typ1 .scroll-pane {
/*	border:1px solid #D9CDA4;
*/	height:160px;
	padding:0px;
	}
/* CONTAINER SHADOW
----------------------------------*/
.scroll-typ1 .scroll-shadow-t, 
.scroll-typ1 .scroll-shadow-b  {
/*	background:url(../../images/agt-scrollshadow.png) repeat-x;
	width:418px;
*/	}
.scroll-typ1 .scroll-shadow-t {
	top:0px;
	background-position:left top;
	}
.scroll-typ1 .scroll-shadow-b {
	bottom:0px;
	background-position:0 -48px;
	}
* html .scroll-typ1 .scroll-shadow-b {
	bottom:-2px;
	}
/* CONTAINER SCROLL BAR
----------------------------------*/
.scroll-typ1 .jScrollPaneTrack {
	background:url(../images/scroll-track.gif) repeat-y center top;
	width:6px;
	right:0px;
	}
.scroll-typ1 .jScrollPaneDrag {
	width:6px;
	background:url(../images/scroll-drag-bg.gif) repeat-y left top;
	right:-1px;
	}
/* SCROLL-TYPE - 2
==============================*/
.scroll-typ2 {
	position:relative;
	min-height:1px;
	}
* html .scroll-typ2 {
	height:1px;
	}
.scroll-typ2 .jScrollPaneContainer {
	padding-right:0px;
	}
.scroll-typ1 .scroll-pane {
/*	border:1px solid #323232;*/
	height:300px;
	padding:0px 0px 10px 0px;
	margin-right:-3px;
	}
.scroll-typ2 .scroll-pane {
/*	border:1px solid #323232;*/
	height:380px;
	padding:0px 0px 10px 0px;
	margin-right:-3px;
	}
/* CONTAINER SHADOW
----------------------------------*/
.scroll-typ2 .scroll-shadow-t, 
.scroll-typ2 .scroll-shadow-b  {
	/*background:url(../images/agt-scrollshadow.png) repeat-x;
	width:475px;*/
	}
.scroll-typ2 .scroll-shadow-t {
	top:0px;
	background-position:0 -95px;
	}
.scroll-typ2 .scroll-shadow-b {
	bottom:0px;
	background-position:0 -143px;
	}
* html .scroll-typ2 .scroll-shadow-b {
	bottom:-2px;
	}
/* CONTAINER SCROLL BAR
----------------------------------*/
.scroll-typ2 .jScrollPaneTrack {
	background:url(../images/scroll-track.gif) repeat-y center top;
	width:6px;
	right:0px;
	}
.scroll-typ2 .jScrollPaneDrag {
	width:6px;
	background:url(../images/scroll-drag-bg.gif) repeat-y left top;
/*	border:1px solid #2A2A2A;
*/	right:-1px;
	}