

#wrapper{
  margin-top:80px;
  display:none;
  margin:auto;
  width:880px;

}

#myScroll{
/*display:none;*/
}
#myScroll .scrollEl{
  display:none;
 
  font-family:sans-serif;
  font-size:180%;
  color:white;
  height:46px;
 
 
}
#myScroll1 .scrollEl{
  display:none;
 
  font-family:sans-serif;
  font-size:180%;

  color:white;
  height:100%;
 

}




#myScroll1{
  float:left;
  margin-right:0px;
}

#controls .sel, #controls1 .sel{

  color:black !important;
  font-weight:bold;
}
#controls .disabled, #controls1 .disabled{
  color:gray;
}
#controls .page, #controls1 .page{
  padding:0;
  color:gray;
}

#controls{
text-align:right;
width:860px;
}

.scroll-control {
	padding:0 0 20px 0;
	margin:0;
}

.scroll-control li {
	display:inline;
	margin:0 0 0 10px;
	padding:0;
	font-size:11pt;
}

.prev:hover {
	cursor:pointer;
}


.next:hover {
	cursor:pointer;
}

