/*mini-brands*/
.mini-brands {
	overflow:hidden;
}
#brand-scroll {
	width:220px;
	height:480px;
	/*overflow:hidden;*/
	float:left;
}
#brand-scroll ul {
}
#brand-scroll ul li {
	display:block;
	height:20px;
	margin-bottom:0;
	/*overflow:hidden;*/
	padding-bottom:4px;
	padding-top:4px;
}
#brand-scroll ul li a {
	height:20px;
}

#brand-scroll ul li.last {
	margin-bottom:0px;
}
#brand-scroll img {
	height:25px;
}
/*-*/

.brand-slider-wrapper {
	margin-right:3px;
}
#brand-slider2, #brand-slider, .ui-slider-vertical, .brand-slider-wrapper {
	float:right;
	width:22px;
	height:400px;
	background:#ffffff url(../images/brands/brand-slider-bg.png) repeat-y scroll center 0;
	cursor:pointer;

	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
}
.brand-slider-t, .brand-slider-b {
	float:left;
	width:22px;
	background:#ffffff url(../images/brands/brand-slider-bg.png) repeat-y scroll center 0;
}
.brand-slider-b {
	float:left;
	width:22px;
	background:#ffffff url(../images/brands/brand-slider-bottom-bg.png) no-repeat scroll center bottom;
}

.brand-slider-t {
	height:66px;
}
.brand-slider-b {
	padding-top:12px;
}

.ui-slider .ui-slider-handle {
	display:block;
	width: 16px;
	height: 56px;
	margin-top:-28px;
	margin-left:7px;
	background: #00beed url(../images/brands/brand-handle.png) no-repeat scroll 0 0;
	border:none;

	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
}
.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; }
