/*
 * 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
 */

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;*/
background-color:#aab1d6;
}


#myScroll .scrollEl{
  display:none;
  color:#000000;
  height:341px;
  text-align:center;
}
#myScroll1 .scrollEl{
  display:none;
  color:white;
  height:100%;
  text-align:center;
}


#controls div, #controls1 div{
  display:inline-block;
  padding:6px;
  cursor:pointer;
}

#controls div.positiondisplay{
	background:#000;
	color:#fff;
	cursor:default;
	float: left;
}


#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;
}

#controls {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
#controls a {
	/*display:block;
	width:22px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;*/
}
#controls a.active {
	background-position:0 -22px;
}

#controls .prev {
	display:block;
	width:30px;
	height:30px;
	background: url("../arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
}
#controls .next {
	background-position:-30px 0;
	right:15px;
}
#controls .prev {
	left:15px;
}