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

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

.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: 0;
	left: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 55px;
	width: 10px;
	background: url(/images/left.gif) no-repeat #FFFFFF center;
}

a.jScrollArrowRight {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px !important;
	overflow: hidden;
	/*background-color: #666;*/
	height: 55px;
	width: 10px;
	background: url(/images/right.gif) no-repeat #FFFFFF center;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
.scroll-pane {
	float: left;
}
#products_logos {
	height: 55px;
	line-height:55px;
	width: 780px;
	padding: 0;
	display: block;
	_overflow: hidden;
	border:none;
}
#products_logos p{padding:0; white-space:nowrap;}
.product_logos_outer, #product_logos_outer{border:1px solid #b3b3b3; background:url(../images/btm_greyfade_bg.jpg) repeat-x; font-size:12px; clear:both; height:87px; margin-bottom:7px;}
#product_logos_outer p{border-bottom:1px solid #b3b3b3; position:relative;}
#product_logos_outer p span{position:absolute; right:10px;}
#products_logos, .jScrollPaneContainer{height:55px; overflow:hidden}
#products_logos p {border:none;}
