.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;
	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: 0px;
	left: 10px;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 20px;
	width: 20px;
}
a.jScrollArrowLeft:hover {
	/*background-color: #f60;*/
}

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




.holder {
	margin: 0;
	display: block;
	/* TEMP */
	margin-bottom: 5px;
}
.scroll-pane {
	width: 200px;
	float: left;
	padding: 0;
}
#pane1 {
	height: 200px;
	width: 478px;
	padding: 0;
	display: block;
	_overflow: hidden;
	
}
#product_slider {
background:url(../img/bg_product_slider.gif) 0px -10px no-repeat;
}

a.jScrollArrowLeft:hover {
	background-position: 0 -15px;
}
a.jScrollArrowRight {
	
}
a.jScrollArrowRight:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, 
a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}

.jScrollPaneTrack {
	background:none;
}
.orange-bar .jScrollPaneDrag {
	background: #00f url(drag_grab.gif) no-repeat 50% 50%;
}
.orange-bar .scroll-pane {
	background: #69f;
}
.jScrollPaneDragLeft {
	width:50%;
	background:url(../img/bg_scrollbar_drag.gif) left 1px no-repeat;
}
.jScrollPaneDragRight {
	background:url(../img/bg_scrollbar_drag.gif) right 1px no-repeat;
	width:50%;
}
.product {
	width:125px;
	height:150px;
	padding-top:0px;
	float:left;
	margin:35px 15px 0px 15px;
	text-align:center;
	
}
.product a {
	color:#000;
	font-weight:bold;
	font-size:11px;
	display:block;
	margin-top:-10px;
}
#product1 {
	background:url(../img/product1.png) top center no-repeat;
	
}
#product2 {
	background:url(../img/product2.png) top center no-repeat;
	
}
#product3 {
	background:url(../img/product3.png) top center no-repeat;
	
}
.jScrollPaneContainer {
	height:230px;
}
