body{
	font-family:"Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
	font-size:13px;
}

#wrapper{
  margin-top:80px;
  margin:auto;
  width:1000px;
}

#myScroll{
/*display:none;*/
}
#myScroll .scrollEl{
  display:none;
  font-family:sans-serif;
  font-size:180%;
  color:white;
  height:245px;
}
#myScroll1 .scrollEl{
  display:none;
  background:url("../elements/elBgnd.png") repeat-x;
  border:1px solid #ddd;
  font-family:sans-serif;
  font-size:180%;
  padding:10px;
  padding-top:40%;
  color:white;
  height:100%;
  text-shadow:#999 1px 1px 1px;
  text-align:center;
  /*CSS3 properties*/
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}


#controls div{
  cursor:pointer;
}
#controls .prev{
  font-family:sans-serif;
  background:url(http://locaralpha.com.br/DaVinci/site/locaralpha/gallery/css/arrow_left.png) left no-repeat;
  display:inline-block;
  width:40px;
  height:245px;
  padding:6px;
}
#controls .next{
  font-family:sans-serif;
  background:url(http://locaralpha.com.br/DaVinci/site/locaralpha/gallery/css/arrow_right.png) right no-repeat;
  width:40px;
  height:245px;
  display:inline-block;
  padding:6px;
}

#myScroll1{
  float:left;
  margin-right:20px;
}
#controls .disabledn{
  color:gray;
  width:40px;
  height:245px;
  cursor:inherit;
  background:url(http://locaralpha.com.br/DaVinci/site/locaralpha/gallery/css/arrow_right3.png) right no-repeat;
}
#controls .disabledl{
  color:gray;
  width:40px;
  cursor:inherit;
  height:245px;
  background:url(http://locaralpha.com.br/DaVinci/site/locaralpha/gallery/css/arrow_left3.png) right no-repeat;
}
