
.wrapper{
  margin-top:80px;
  display:none;
  margin:auto;
  width:1000px;
}

#over {
  position: absolute;
  right:8px;
  bottom:6px;
  z-index: 99999;
  margin:0;
  padding:0;
}
 
#carousel_container {
	position: relative;
	height: 230px;
		
}

.myScroll{
/*display:none;*/
}
.myScroll .scrollEl{
  display:none;
  background:url("../elements/elBgnd.png") repeat-x;
  border:1px solid #ddd;
  font-family:sans-serif;
  font-size:180%;
  color:white;
  height:100px;
  padding:10px;
  margin-top: 3px;
  text-shadow:#999 1px 1px 1px;
  text-align:center;
  position: relative;
}
.myScroll1 .scrollEl{
  display:none;
  background:url("../elements/elBgnd.png") repeat-x;
  border:1px solid #ddd;
  font-family:sans-serif;
  font-size:180%;
  height: 100%;
  padding:10px;
  color:white;

  text-shadow:#999 1px 1px 1px;
  text-align:center;
  /*CSS3 properties*/
position: relative;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}


.controls div, .controls1 div{
  font-family:sans-serif;
  margin-top:3px;
  background:#eee;
  border: 1px solid #eee;
  padding:6px;
  cursor:pointer;
  -moz-border-radius: 4px 0 4px 0 ;
  -webkit-border-radius: 4px 0 4px 0 ;



}

.myScroll1{
  float:left;
  margin-right:20px;
}

.controls .sel, .controls1 .sel{
  color: #09C !important;
  font-weight:bold;
}
.controls .disabled, .controls1 .disabled{
  color:gray;
}
.controls .page, .controls1 .page{
  padding:5px;
  color:gray;
}

.controls .page:hover { text-decoration: underline;}