/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
#flying_basket .scroll-pane-basket{
	width:100%;
	height:90px;
	overflow:auto;
}
#flying_basket .jspContainer
{
	overflow: hidden;
	position: relative;
	background-color:#FCFCFC;
}

#flying_basket .jspPane
{
	position: absolute;
}

#flying_basket .jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 17px;
	height: 100%;
	background:url('scroll_bg.png') 0 0 repeat-y;
}

#flying_basket .jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
}

#flying_basket .jspVerticalBar *,
#flying_basket .jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

#flying_basket .jspCap
{
	display: none;
}

#flying_basket .jspHorizontalBar .jspCap
{
	float: left;
}

#flying_basket .jspTrack
{
	position: relative;
}

#flying_basket .jspDrag
{
	position: relative;
	top: 0;
	left: 0;
	width:11px;
	margin-left:3px;
	cursor: pointer;
	background: #0059AD url('scroll_basket.png') 0 center no-repeat;
	border-radius:8px;
	-moz-border-radius:8px; 
	-khtml-border-radius:8px;
}

#flying_basket .jspHorizontalBar .jspTrack,
#flying_basket .jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

#flying_basket .jspArrow
{
	text-indent:-20000px;
	display:block;
	cursor:pointer;
}
#flying_basket .jspArrowUp{
	width:17px;
	height:18px;
	background:url('scroll_basket_top_btn.png') 0 0 no-repeat;
}
#flying_basket .jspArrowDown{
	width:17px;
	height:18px;
	background:url('scroll_basket_bot_btn.png') 0 0 no-repeat;
}

#flying_basket .jspArrow.jspDisabled
{
	cursor: default;
}

#flying_basket .jspVerticalBar .jspArrow
{
	height: 18px;
}

#flying_basket .jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

#flying_basket .jspVerticalBar .jspArrow:focus
{
	outline: none;
}

#flying_basket .jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html #flying_basket .jspCorner
{
	margin: 0 -3px 0 0;
}