/*mini-brands*/
.mini-brands {
	overflow:hidden;
}
#brand-scroll {
	width:190px;
	height:480px;
	overflow:hidden;
	float:left;
}
#brand-scroll ul {
}
#brand-scroll ul li {
	background:#ffffff url(../images/brands/brand-li.png) no-repeat scroll 10px center;
	margin-bottom:2px;
	padding-left:25px;
	padding-top:5px;
	padding-bottom:5px;
	height:30px;
}
#brand-scroll ul li.last {
	margin-bottom:0px;
}
#brand-scroll img {
	height:25px;
}
/*-*/

#brand-slider, .ui-slider-vertical, .brand-slider-wrapper {
	float:right;
	width:28px;
	height:420px;
	background:transparent url(../images/brands/brand-slider-bg.gif) repeat-y scroll center 0;
}
.brand-slider-t, .brand-slider-b {
	float:left;
}
.brand-slider-t {
	height:40px;
}

.ui-slider .ui-slider-handle {
	display:block;
	width: 14px;
	/*height: 30px;*/
	margin-left:10px;
	background: #878787;
	border:none;
}
.ui-widget {
}
.ui-widget-content {
	border:none;
}
/*.ui-corner-all { -moz-border-radius: 0px; -webkit-border-radius: 0px; }*/
.ui-state-default { border:none; background:#878787; }
