#scrollCategories{
/*display:none;*/
	background: url("../../../images/boxbg.gif") repeat-x #1A1A1A;
	padding-top: 10px;
}
#scrollCategories .scrollEl{
  display:none;
}

#controls {
	background: url("../../../images/groupcatbg.gif") repeat-x #262626;
}

#controls div {
  font-family:sans-serif;
/*
  margin-top:5px;
*/
  line-height: 12px !important;
  border: 1px solid transparent;
  display:inline-block;
/*
  padding:6px;
*/
  cursor:pointer;
/*
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow:#999 2px 2px 2px;
  -webkit-box-shadow:#999 2px 2px 2px;
*/
}
#controls div:hover {
	color: #FFF;
}

#controls .sel {
  color:#FFF !important;
  line-height: 12px !important;
/*
  font-weight:bold;
*/
  display: inline-block;
/*
  border: 1px solid #495651;
*/
  background-color: #333;
  border-top: 1px solid #444;
  border-left: 1px solid #444;
  border-bottom: 1px solid #1A1A1A;
  border-right: 1px solid #1A1A1A;
/*
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
*/
}

#controls .disabled 1{
  color:gray;
}

#controls .prev {
	padding-top: 10px;
	width: 30px;
	height: 20px;
	margin: 0;
	padding-bottom: 5px;
}

#controls .next {
	padding-top: 10px;
	width: 30px;
	height: 20px;
	margin: 0;
	padding-bottom: 5px;
}

#controls .pageIndex {
	width: 712px;
	overflow: hidden; height: 30px;
	padding-top: 1px;
	padding-bottom: 4px;
	height: 30px;
}

#controls .page {
	background-image: url("../../../images/arw.png");
	background-repeat: no-repeat;
	background-position: 10px 6px;
	padding: 5px;
	padding-left: 25px;
	padding-right: 15px;
	margin: 5px;
	color:gray;
	float: left;
	font-size: 12px;
}

#group_name_mbScrollable {
	font-size: 14px;
	text-align: left;
	padding-left: 11px;
	padding-top: 8px;
/*
	background: url("../../../images/boxbg.gif") repeat-x #1A1A1A;
*/
	border-top: 1px solid #222;
	color: #FFF;
}
