div#category-scc{
	overflow:hidden;
	position:relative;
}
div#category-scc-inner{
	margin-right:20px;
}
div#scrollbar {
    display:block;
}
div#scrollbar{ 
  position:absolute;
  width:17px; 
  right:-10px;
  font-size:1px;
  top:0px;
 }	
div#track { 
  position:absolute; left:-10px; top:0px;
  width:24px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius:8px;
}
div#dragBar {
  position:absolute;
  width:15px; 
  height:20px;
  background-color:#fff;
} 
div#up {position:absolute; left:0; top:0;}  
div#down {position:absolute; left:0; bottom:0;}
div#scrollbar img {display:block;}
div.ac_thumb{
	float:left;
	width:85px;
	border:3px solid #ffffff;
	margin-right:10px;
	height:77px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
div.ac_thumb img{
	width:86px;
	height:77px;
	margin:0px !important;
	float:none !important;
}