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


#myScroll .scrollEl{
	display:none;
	width:248px;
	height:65px;
	float:left;
	text-align: left;
	margin: 0px 0px 0px 0px;
	border-left:#f7d017 4px solid;
	overflow: hidden;
	cursor: pointer;
/*	position:relative; */
}




#controls {
	position:absolute;
/*	margin-top: 10px; */
	display:block;
	/*	background-color:#CC99CC; */
	width:793px;
	height:85px;
	left: 0px;
/*	top: 333px; */
	}

#controls div{
  
  cursor:pointer;
  
}

#controls .sel{
  color:black !important;
  font-weight:bold;
}

#controls .page{
  padding:5px;
  color:gray;
}

#controls .prev {
	background-image: url(../images/button.prev.hover.gif);
	background-repeat: no-repeat;
	width:18px;
	height:85px;
	display: inline;
	position: absolute;
	left: 0px;
	visibility: visible;
}

#controls .next {
	background-image: url(../images/button.next.hover.gif);
	background-repeat: no-repeat;
	width:18px;
	height:85px;
	display: inline;
	position: absolute;
	right:0px;
	visibility: visible;
}

#controls .disabled {
	visibility: hidden;
}
#controls .prevdisabled {
	background-image: url(../images/button.prev.disabled.gif);
	background-repeat: no-repeat;
	width:18px;
	height:85px;
	display: inline;
	position: absolute;
	left:0px;
	visibility: visible;
}
#controls .nextdisabled {
	background-image: url(../images/button.next.disabled.gif);
	background-repeat: no-repeat;
	width:18px;
	height:85px;
	display: inline;
	position: absolute;
	right:0px;
	visibility: visible;
}
#myScroll{
	/*background-color:#9999CC;*/
	background-color: #232124;
	float: left;
	height: 65px;
	width: 753px;
/*	margin-top: 10px; */
	margin-left:20px;
	position: relative;
	overflow:hidden;
	display:inline;
/*	top: 333px; */
	
}

	
#myScroll img {
	float:left;
	margin-right: 4px;
}

#myScroll a {
	display: block;
	height: 65px;
	text-decoration: none;
	width: 248px;
}

#scrollContainer {
	position:absolute;
	margin-top: 10px;
	display:block;
	/*	background-color:#CC99CC; */
	width:793px;
	height:85px;
	left: 0px;
	top: 333px;
}
/* html>body #myScroll a {
		width: auto;
		display: block;		
		}
*/
