/*
 * jquery.mb.components
 * Copyright (c) 2001-2010. Matteo Bicocchi (Pupunzi); Open lab srl, Firenze - Italy
 * email: mbicocchi@open-lab.com
 * site: http://pupunzi.com
 *
 * Licences: MIT, GPL
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 */


#wrapper{
  margin-top:0px;
  display:none;
  width:300px;
  /*width:1000px;*/
}

#myScroll{
/*display:none;*/
}


#myScroll .scrollEl{
  display:none;
  background:url("../images/elBgnd.png") repeat-x;
  border:1px solid #ddd;
  font-family:sans-serif;
  font-size:9px;
  color:#333;
  height:280px;
  width:290px;
  line-height:12px;
  padding:5px;
  padding-top:3px;
  text-shadow:#999 1px 1px 1px;
  text-align:center;

}
#myScroll1 .scrollEl{
  display:none;
  background:url("../images/elBgnd.png") repeat-x;
  border:1px solid #ddd;
  font-family:Arial, Helvetica, sans-serif;
  text-align:left;
  font-size:9px;
  padding:5px;
  padding-top:3px;
  color:333;
  height:280px;
  width:290px;
  line-height:12px;
  text-shadow:#999 1px 1px 1px;

  /*CSS3 properties*/
}


#controls div, #controls1 div{
  font-family:sans-serif;
  margin-top:5px;
  background:#fff;
  display:inline-block;
  padding:6px;
  cursor:pointer;
  width:20px;
 
}

#controls div.positiondisplay{
	background:#000;
	color:#fff;
	cursor:default;
}


#myScroll1{
  float:left;
  margin-right:20px;
}

#controls .sel, #controls1 .sel{
  color:black !important;
  font-weight:bold;
}
#controls .disabled, #controls1 .disabled{
  color:gray;
}
#controls .page, #controls1 .page{
  padding:5px;
  color:gray;
}


.start {display:inline; float:left;}