/*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;*/
}

#myPics{
/*display:none;*/
	text-align: center;
}

.scrollEl{
	display:none;
	overflow:hidden;
  /*padding-top:5px;*/
  /*text-shadow:#999 1px 1px 1px;*/
}


#myScroll img{
	position:top;
}

#controls {
 	margin-bottom: 5px;
}

.controls div{
  font-family:sans-serif;
  background:#fff;
  display:inline;
  padding:6px;
  cursor:pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow:#999 2px 2px 2px;
  -webkit-box-shadow:#999 2px 2px 2px;
}

.controls .sel {
  color:black !important;
  font-weight:bold;
}
.controls .disabled {
  color:gray;
}
.controls .page {
  padding:5px;
  color:gray;
}