
.ScrollTextHolderOrder{
height:180px;
width:347px;
}
.scroll-pane_order{
height:180px;
width:347px;
overflow:hidden;
}
.ScrollTextHolderCart {
height:290px;
padding:7px 30px 0 32px;
width:1096px;
}
.scroll-pane_cart{
height:290px;
overflow:hidden;
width:1096px;
}

.ScrollTextHolderSmall {
height:260px;
padding:10px 20px 20px 20px;
width:324px;
}
.scroll-pane_small{
height:260px;
overflow:hidden;
width:324px;
}

.ScrollTextHolderProductInfo {
height:238px;
padding:22px 22px 10px 22px;
width:206px;
}
.scroll-pane_product_info {
height:238px;
overflow:hidden;
width:206px;
}

.ScrollTextHolder {
height:328px;
padding:10px 30px 20px 30px;
width:1096px;
}
.scroll-pane {
height:328px;
overflow:auto;
width:1096px;
}

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

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	width:5px;
	background:transparent url(../images/scrollBack1.gif) repeat-y scroll 0 0 !important;
}
.jScrollPaneDrag {
	position: absolute;
	background:transparent url(../images/dragBack1.gif) repeat-y scroll 0 0;
	cursor: pointer;
	overflow: hidden;	
  width:5px;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

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