/*mini-brands*/
.mini-brands {
	overflow:hidden;
}
#brand-scroll {
	width:190px;
	height:455px;
	overflow:hidden;
	float:left;
}
#brand-scroll ul {
	overflow:hidden;
}
#brand-scroll ul li {
	background:#000000 url(../images/brands/brand-li.png) no-repeat scroll 0px bottom;
	margin-bottom:0px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	display:block;
	width:180px;
	overflow:hidden;
	height:29px;
}
#brand-scroll ul li.last {
	margin-bottom:0px;
}
#brand-scroll img {
	height:28px;
}
/*-*/



#brand-slider, .ui-slider-vertical, .brand-slider-wrapper  {
	float:right;
	width:14px;
	height:442px;	

}
#brand-slider, .ui-slider-vertical {
	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; }

.brand-slider-wrapper .ui-slider-vertical .ui-slider-handle {
	border:none;
	background:red;
	display:block;
	margin-left:3px;
	background:transparent url(../images/brands/brand-handle.png) repeat-y scroll center 0;
	width:18px;
	height:18px;
	cursor:pointer;
}
.brand-slider-wrapper .ui-corner-all {
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
}
.brand-slider-wrapper .ui-slider-vertical {
	width:100px;
}
