#scrollPane {
	overflow: hidden;
	position:relative; top:0px; left:0px;
	z-index:1;
	cursor:pointer;
}
#scrollpane_wrapper {
	overflow: hidden;
	position:relative; top:0px; left:0px;
	z-index:1;

	
}
#scrollPane ul {
	position: absolute;
	list-style: none;
	overflow: none;
	white-space: nowrap;
	padding: 0;
	margin: 0;
} 
#scrollPane ul li {
	/*float: left;*/
	display:inline-block;;
	 margin-right:0px;
} 
.interior_design_brands #scrollPane ul li {
	margin-right:4px;
}
#scrollPane ul li:last-child {
	margin-right:0px;
} 

.scroll-bar-wrap {
	position: absolute;
	
	bottom:4px; left:5px;
	height: 13px;
	background:red;
}
/*****************************/
#fake_pane {

	position: absolute;
	
	bottom:4px; left:5px;
	height: 13px;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
	/*behavior:url("/themes/css/border-radius.htc");*/
	background:#212121;

	opacity:0.75;
	filter: alpha(opacity=75);
	
}
#slider {
	width: 542px;
	height: 13px;
	position: absolute;
	bottom:4px; left:15px;
	z-index: 100;
	border:none;
	background:none;

}
#slider_container {

}
#slider.ui-widget-content {
	background:none;
}
/*
#slider.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	-khtml-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	-khtml-border-top-right-radius: 0px;
	border-top-right-radius: 0px;

	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-khtml-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-khtml-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	
}
*/
#slider_opacity {
	width: 100%;
	height: 17px;
	position: absolute;
	top:0px; left:0px;
	z-index: 1;
	background:#212121;
	opacity:0.5;
	filter: alpha(opacity=75);
	display:none;
	border:none;
}
#scrollPane .jspVerticalBar {
	visibility:hidden;
	display:none;
}
#scrollPane .jspPane,
#scrollPane .jspContainer .jspPane{
	top:0px !important;
}
#scrollPane .ui-slider .ui-slider-handle,
#handle {
	position: absolute;
	width:30px;
	cursor: pointer;
	height: 11px;
	background:white;
	top: 0;
	-moz-border-radius:10px; /* Firefox */
	-webkit-border-radius:10px; /* Safari, Chrome */
	-khtml-border-radius:10px; /* Konqueror */
	border-radius:10px; /* CSS3 */
	
	border-color:white;
	z-index: 100;

} 
#handle_left {
	position: absolute; top:0px; left:0px;
	width:6px; height:13px;
	background:url(../images/buttons/handle_left.png);
}
#handle_right {
	position: absolute; top:0px; right:0px;
	width:6px; height:13px;
	background:url(../images/buttons/handle_right.png);
}
#handle_body {
	position: absolute; top:0px; left:0px;
	margin:0px 6px 0px 6px;
	background:url(../images/buttons/handle_body.png);
}