/*
 * 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.
 */
 
 #pane1 {
  width:644px;
  height:450px;
  overflow:hidden;
}
#pane2 {
  width:576px;
  height:525px;
  overflow:hidden;
}
#pane3 {
  width:626px;
  height:203px;
  overflow:hidden;
}
#pane4 {
  width:430px;
  height:330px;
  overflow:hidden;
}
#pane5 {
  width:557px;
  height:135px;
  overflow:hidden;
}
#pane6 {
  width:624px;
  height:450px;
  overflow:hidden;
}
#pane7 {
  width:600px;
  height:280px;
  overflow:hidden;
}
#pane8 {
  width:249px;
  height:450px;
  overflow:hidden;
}
#pane9 {
  width:335px;
  height:360px;
  overflow:hidden;
}
#pane10 {
  width:700px;
  height:350px;
  overflow:hidden;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;

}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;

}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
}

.jspDrag
{
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}
.jspArrow
{
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	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;
}
/* lozenge */
* {
   margin:0;
   padding:0;
} 
.jspHorizontalBar,
.jspVerticalBar,
.jspTrack
{
	/* background: #F0F0F0; */
	background:transparent;
}

.jspDrag
{
	background:url("../image/slide.png");
	background-repeat:no-repeat;
	background-position:30% 0%;
	background-repeat:repeat-y;
}
.jspDrag:hover
{
	background:url("../image/slide.png");
	background-repeat:no-repeat;
	background-position:30% 0%;
	background-repeat:repeat-y;
}

.jspTrack .jspActive,
.jspTrack .jspHover,
{
	/*  background: #F0F0F0; */
	 background:transparent;
}


.jspArrow
{background: url('../image/ui-icons_888888_256x240.png') no-repeat;
	
}

.jspVerticalBar>.jspActive,
.jspArrow:hover
{
	
    background: url("../image/ui-icons_222222_256x240.png") no-repeat;
}

.jspVerticalBar>.jspDisabled,
.jspVerticalBar>.jspDisabled:hover,
.jspHorizontalBar>.jspDisabled,
.jspHorizontalBar>.jspDisabled:hover
{
	
	
background: url('../image/ui-icons_cd0a0a_256x240.png') no-repeat;
}

.jspVerticalBar .jspArrow
{
	height: 15px;
}

.jspHorizontalBar .jspArrow
{
	width: 15px;
}

.jspArrowUp
{
	background-position: 0 -16px;
}

.jspArrowDown
{
	background-position: -64px -16px !important; 
}

.jspArrowLeft
{
	background-position: -96px -16px !important;
}

.jspArrowRight
{
	background-position: -32px -16px !important;
}