.title_browse_brands {
	display:block;
	margin-bottom:10px;
	text-align:center;	
}
#logo_slider_wrap {
	width: 620px;
	height: 170px;
	margin: 0 auto;
	position: relative;
	background: url(../images/logo_slider_bg_large.gif) no-repeat top left;
	border-bottom: 1px solid #9b88b5;
}

#logo_slider {
  background: none repeat scroll 0 0 #eae6f0;
  height: 6px;
  margin-top: 115px;
  position: absolute;
  right: 175px;
  top: 40px;
  width: 250px;
}
.ui-slider-handle {
	width: 8px;
	height: 14px;
	position: absolute;
	top: -4px;
	background: #adadad;
	border: solid 1px #333;
}

#content_scroll {
  height: 150px;
  overflow:hidden;
  margin: 0 auto;
  width: 600px;
}

#content_holder {
  width: 1050px; /*This is the sum of the width of all items (including padding).  */
  height: 150px;
}

.content_item {
  width: 140px;
  height: 129px;
  padding: 5px;
  margin-top: 10px;
  float: left;
}
