#hpane .jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.jScrollPaneTrackHorizontal {
	position: absolute;
	cursor: pointer;
	left: 0;
	bottom: 0;
	width: 100%;
	/*background: #aaa;*/
	background:url('/images/panetrackHorizontal.gif') repeat-x center;
}
.jScrollIntervalTrack { 
	position: absolute;
}
.jScrollPaneTrackHorizontal  .jScrollPaneDrag {
	position: absolute;
	background: #00b9f3;
	cursor: pointer;
	overflow: hidden;
}
.scroll-pane {
	/*width: 200px;*/
	float: left;
}

#hpane {
	height: 470px;
	width: 766px;
	padding: 0;
	display: block;
	_overflow: hidden;
}
#products #hpaneWidth {
	width:auto;
	position:relative;
	margin-right:-8px;
}
#collections #hpaneWidth {
	width:auto;
	position:relative;
	/*margin-left:-51px;
	_padding:0 51px 0 0;*/
	margin-right:-51px;
}
#collections {
}


