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

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #ccd1dc;
}

.jScrollPaneDrag {
	position: absolute;
	background: #72c0e7 url(../img/drag_grab.gif) no-repeat scroll 50% 50%;
	cursor: pointer;
	overflow: hidden;
}
.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;*/
	background: url(../img/basic_arrow_up.gif) repeat-x scroll 0 0 transparent;
	height: 9px;
}

a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
	background-position: 0 -15px;
	border: none;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	background: url(../img/basic_arrow_down.gif) repeat-x scroll 0 0 transparent;
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
	background-position: 0 -15px;
	border: none;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
	background-position: 0 -30px;
	border: none;
}

#content_children_receipt .jScrollPaneContainer {
	height: 320px !important;
	position: absolute;
	top: 80px;
	height: 350px;
}

#content_children_receipt .jScrollPaneTrack {
	height: 302px !important;
}

#content_children_receipt .jScrollPaneContainer .csc-textpic {
	top: 0;
}

#content_children_receipt .jScrollPaneTrack,
#content_children_receipt a.jScrollArrowUp,
#content_children_receipt a.jScrollArrowDown {
	left: 0;
}
