@charset "UTF-8";
/* Custome jScroll CSS  */

.pedScroll .jScrollPaneTrack {
	background: url(../site-images/scroll/ped_track.gif) repeat-y;
}
.pedScroll .jScrollPaneDrag {
	background: url(../site-images/scroll/ped_drag_middle.gif) repeat-y;
}
.pedScroll .jScrollPaneDragTop {
	background: url(../site-images/scroll/ped_drag_top.gif) no-repeat;
	height: 6px;
}
.pedScroll .jScrollPaneDragBottom {
	background: url(../site-images/scroll/ped_drag_bottom.gif) no-repeat;
	height: 7px;
}
.pedScroll a.jScrollArrowUp {
	height: 24px;
	background: url(../site-images/scroll/ped_arrow_up.png) no-repeat 0 -30px;
}
.pedScroll a.jScrollArrowUp:hover {
	background-position: 0 0;
}
.pedScroll a.jScrollArrowDown {
	height: 24px;
	background: url(../site-images/scroll/ped_arrow_down.png) no-repeat 0 -30px;
}
.pedScroll a.jScrollArrowDown:hover {
	background-position: 0 0;
}

/* IE SPECIFIC HACKED STYLES */
* html .pedScroll .jScrollPaneDragBottom {
	bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */
