.scroll-pane { 
	overflow: hidden;
	width: 935px;
	float:left;
}

#submenu .box.middleC{
	width: 100% !important;
}

.scroll-bar-wrap { 
	clear: left;
	padding: 0 28px;
	margin: 0 -1px -1px -1px;
	background: url('slider_background.png');
	position: relative;
	top: -1px;
	border: 0;
	visibility: hidden;
	height: 19px;
}

.scroll-bar-wrap .slider_left {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30px;
	height: 19px;
	background: url('slider_arrows.png');
}

.scroll-bar-wrap .slider_right {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 30px;
	height: 19px;
	background: url('slider_arrows.png') 30px 0px;
}

.scroll-bar-wrap .ui-slider {
	background: none;
	border:0;
	height: 19px;
	margin: 0 auto;
}

.scroll-bar-wrap .scroll-bar-left {
	position: absolute;
	top: 0px;
	left: -5px;
	width: 10px;
	height: 18px;
	background: url('slider_handler_ends.png');
	z-index: 100000;
}

.scroll-bar-wrap .scroll-bar-right {
	position: absolute;
	top: 0px;
	right: -5px;
	width: 10px;
	height: 18px;
	background: url('slider_handler_ends.png') 10px 0px;
	z-index: 10;
}

.scroll-bar-wrap .ui-handle-helper-parent {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.scroll-bar-wrap .ui-slider-handle {
	top:0px;
	height: 18px;
	background: url('slider_handler_middle.png') 0px 0px;
	border: 0 !important;
	-moz-border-radius: 0 !important;
}

.scroll-bar-wrap .ui-slider-handle .ui-icon { 
	margin: -8px auto 0;
	position: relative;
	top: 50%;
}

ul.menu li.notactive {
	font-weight:normal;
}

