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

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #aaa;
}

.jScrollIntervalTrack { 
	position: absolute;

}

.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragLeft {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragRight {
	position: absolute;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
a.jScrollArrowLeft {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jScrollArrowLeft:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
	width: 10px;
}
a.jScrollArrowRight:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}



.scroll-pane {
	width: 200px;
	/*background: #ccc;*/
	background: #E9E9E9;
	padding: 0px;
	float: left;
}
#pane1 {
	height: 206px;
	width: 250px;
		width: 410px;
		height: 186px;
	padding: 0;
	display: block;
	/*_overflow: hidden;*/
	overflow: hidden;
		padding: 5px 15px 0px 15px
}
.gallery-spacer { clear: both; height: 20px; width: 100%;  }

#pane1 UL { padding: 0px; margin: 0px; list-style: none; }
#pane1 UL LI { float: left; }
#pane1 UL LI img {
 float: left;
 /*position: relative;*/
 border: 1px solid #BDBDBD;
 padding: 2px;
 background: #fff;
 margin-right: 3px;
} 

a.jScrollArrowLeft {
  background:  url(../img/gallery_left.gif) 50% 50%;
  width: 13px;
  height: 133px;
  	height: 166px;
  top: 0px;
  left: 0px;  
}
a.jScrollArrowLeft:hover {
	/*background-position: 0 -15px;*/
}
a.jScrollArrowRight {
  background:  url(../img/gallery_right.gif) 50% 50%;
  width: 13px;
  height: 133px;
  	height: 166px;
  top: 0px;
  right: 0px;  
}
a.jScrollArrowRight:hover {
	/*background-position: 0 -15px;*/
}
/*a.jScrollActiveArrowButton, 
a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}*/

