/*
 * 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
 */

#myScroll{
/*display:none;*/
  overflow:hidden;
  z-index:0;
  margin: 0 auto;
  padding:0;
  position:absolute;
  top:0;
  left:0;
}

#myScroll .scrollEl{
/*  display:none;  */
  font-family:sans-serif;
  font-size:180%;
  color:#white;
  height:386px;
  width:1044px;
  padding:0px;
  text-align:center;
}
div#wrapper { height:406px; margin:0 0 20px; padding:0; text-align:center; overflow:hidden; position:relative; background-color:white;}
div#controls { 
	background: url(../images/control_bar_2.png) left top repeat;
	height:71px;
	width:1044px;
	position:absolute;
	top:315px;
	left:0;
	padding:0px;
	z-index:1;
	text-align: center;
}

#controls div {
  font-family:sans-serif;
  margin-top:-5px;
  display:inline-block; 
  padding:6px;
  cursor:pointer;
  zoom: 1; /* IE7 hack */
  *display:inline;
}

#controls div.positiondisplay{
	background:#000;
	color:#fff;
	cursor:default;
}
#controls .sel {
  color:black !important;
  font-weight:bold;
}
#controls .disabled {
  color:gray;
}
#controls .page{
  padding:5px;
  color:gray;
}
.prev>span, .next>span {background:url(../images/left_off.png) no-repeat; width:34px; height:37px; display:inline-block; position:relative; top:14px;}
.next>span{background:url(../images/right_off.png) no-repeat;}
.prev>span:hover {background:url(../images/left_on.png) no-repeat;}
.next>span:hover {background:url(../images/right_on.png) no-repeat;}
.start, .stop {font-size:14px; color:#666;}