/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
 
 .scroll-wrapper{ position:relative;height:268px;width:770px;padding:20px 0 0 20px}
 .scroll-wrapper-1{ position:relative;height:450px;width:750px;padding:0 0 0 20px}
  .scroll-wrapper-1 .scroll-pane {
    height: 407px;
    overflow: auto;
    padding: 0;
	margin:0 auto;
    width: 750px;	
}

  
  
  
.scroll-pane {
    height: 210px;
    overflow: auto;
    padding: 0;
	margin:0 auto;
    width: 730px;	
}
.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
	background: #202020;
	display:none
}

.jspDrag
{display:none;
	background: transparent;
	position: relative;
	top: 0;
	left: 0;
	cursor:pointer;
	background: #2c2;
		width:12px;
		height:20%
}


.jspHorizontalBar
{display:none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;

}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow {
 position:absolute; top:26px;width:23px; height:23px; display:block;border:none;border-radius:0;padding:0;margin:0;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
cursor:pointer
}
.scroll-wrapper-1 .jspArrow{top:3px}

.scroll-wrapper-1 .jspArrow.jspArrowUp{right:0px}
.scroll-wrapper-1 .jspArrow.jspArrowDown {right:24px;}

.jspArrow.jspArrowDown {
right:44px;background:url(../images/prev2.gif) no-repeat 0 bottom ;
}

.jspArrow.jspArrowDown:hover {
background-position: 0 0
}

.jspArrow.jspArrowUp {right:20px;background:url(../images/next2.gif) no-repeat 0 0 ;
}

.jspArrow.jspArrowUp:hover {
background-position: 0 bottom
}

.jspArrow.jspDisabled.jspArrowUp,.jspArrow.jspDisabled.jspArrowUp:hover{
	background:url(../images/next2.gif) no-repeat 0 0 ;
	cursor: default;
	}

.jspArrow.jspDisabled.jspArrowDown,.jspArrow.jspDisabled.jspArrowDown:hover{
	background:url(../images/prev2.gif) no-repeat 0 bottom ;
	cursor: default;
	}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 30px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}