body{
	font-family:"Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:13px;
}

#wrapper{
  margin-top:80px;
  display:none;
  margin:auto;
  /*width:1000px;*/
}

#myScroll{
	/*display:none;*/
	/*border:1px solid #FFF;*/
	padding:1px;
	padding-bottom:5px;
	margin: 0px 25px;
}

#myScroll .scrollEl{
  display:none;
  background:url("mbscrollable/elBgnd.png") repeat-x bottom left;
  border:1px solid #111;
  color:white;
  height:130px;
  padding:2px;
  margin:0px;
  text-align:center;
}

#myScroll .scrollEl:hover{
  background:url("mbscrollable/elBgnd.png") repeat-x center;
  border:1px solid #333;
  background-color:#111;
}

#controls div, #controls1 div{
  font-family:sans-serif;
  margin:2px 1px;
  background:#111;
  color:#FFF;
  display:inline-block;
  float:left;
  cursor:pointer;
  vertical-align:bottom;
  height:16px;
  border:1px solid #222;
}

#controls div:hover, #controls1 div:hover{
  /*background:#666;*/
  border:1px solid #999;
}

#myScroll .SECont{
	
}
#myScroll1{
  float:left;
  margin-right:20px;
}

#controls .sel, #controls1 .sel{
  color:#FFF !important;
  font-weight:bold;
}

#controls .disabled, #controls1 .disabled{
  color:#EEE;
}
#controls .page, #controls1 .page{
  padding:2px 4px;
  color:#CCC;
}

.custom_control .prev{
	position:absolute; 
	top:0px; 
	left:0px; 
	width:25px; 
	height:130px;
	background:url("mbscrollable/custom_prev.png") no-repeat top left; 
}

.custom_control .prev:hover{
	background-image: url('mbscrollable/custom_prev_hover.png');
	cursor:pointer;
}

.custom_control .next{
	position:absolute; 
	top:0px; 
	right:0px; 
	width:25px; 
	height:130px;
	background:url("mbscrollable/custom_next.png") no-repeat top right;
}

.custom_control .next:hover{
	background-image: url('mbscrollable/custom_next_hover.png');
	cursor:pointer;
}

