#wrapper{
	margin-top:30px;
	width:640px;
	display:none;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#myScroll{
/*display:none;*/
}
#myScroll .scrollEl{
	display:none;
	background:url("img/elBgnd.png") repeat-x;
	border:1px solid #ddd;
	font-family:sans-serif;
	font-size:120%;
	color:#666;
	height:550px;
	padding:10px;
	padding-top:10px;
	text-align:left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}


#controls div{
	font-family:sans-serif;
	margin-top:5px;
	background:#fff;
	display:inline-block;
	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;
	color: #333;
}

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


#controls{
}
#controls span{
	/*border:2px solid #e9e8d8;*/
  color:#01414C;
	padding:10px;
	text-shadow:#fff 1px 1px 1px;
	cursor:pointer;  /*-moz-border-radius: 20px;*/
	font-family: 'trebuchet MS', verdana, sans-serif;
	font-size: 120%;
	font-style: normal;
	line-height: 110%;
	font-weight: normal;
	font-variant: normal;
	background-color: transparent;  /*-webkit-border-radius: 20px;*/
  /*-moz-box-shadow:#333 1px 1px 1px;*/
  /*-webkit-box-shadow:#333 1px 1px 1px;*/
}




#controls span.next{
	position:absolute;
	width:25px;
	height:30px;
	right:0.5%;
	top:32%;
	background-image: url(img/next.png);
	background-repeat: no-repeat;
}
#controls span.prev{
	width:25px;
	height:30px;
	position:absolute;
	left:0.5%;
	top:32%;
	background-image: url(img/prev.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#controls span.next:hover{
	background: url("img/nextHover.png") no-repeat center center;
}
#controls span.prev:hover{
  background: url("img/prevHover.png") no-repeat center center;
}
#controls span.next.disabled{
  background: url("img/nextDisabled.png") no-repeat center center;
}
#controls span.prev.disabled{
  background: url("img/prevDisabled.png") no-repeat center center;
}

