div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 280px;
 width: 970px;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu {
  display: block;
  height: 110px;
  width: 12000px;
  
  /* Remove default margin */
  margin: 0;
 
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
 
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #fff;
}




div.sc_menu_1 {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 280px;
 width: 970px;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu_1 {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 7500px;
  
  /* Remove default margin */
  margin: 0;
 
  list-style: none;
}
.sc_menu_1 li {
  display: block;
  float: left;
 
}
.sc_menu_1 a {
  display: block;
  text-decoration: none;
}
.sc_menu_1 span {
  /* We want a caption to display on the next line */
  display: block; 
  text-align: center;
  font-size: 12px;
  color: #fff;
}




div.sc_menu_2 {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 280px;
 width: 970px;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu_2 {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 10000px;
 
  /* Remove default margin */
  margin: 0;
  list-style: none;
}
.sc_menu_2 li {
  display: block;
  float: left;
 
}
.sc_menu_2 a {
  display: block;
  text-decoration: none;
}
.sc_menu_2 span {
  /* We want a caption to display on the next line */
  display: block;
 
  text-align: center;
  font-size: 12px;
  color: #fff;
}


div.sc_menu_3 {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 280px;
 width: 970px;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu_3 {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 7500px;
 
  /* Remove default margin */
  margin: 0;
  list-style: none;
}
.sc_menu_3 li {
  display: block;
  float: left;
 
}
.sc_menu_3 a {
  display: block;
  text-decoration: none;
}
.sc_menu_3 span {
  /* We want a caption to display on the next line */
  display: block;
 
  text-align: center;
  font-size: 12px;
  color: #fff;
}

div.sc_menu_4 {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  height: 280px;
 width: 970px;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu_4 {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 7500px;
  
  /* Remove default margin */
  margin: 0;
 
  list-style: none;
}
.sc_menu_4 li {
  display: block;
  float: left;
 
}
.sc_menu_4 a {
  display: block;
  text-decoration: none;
}
.sc_menu_4 span {
  /* We want a caption to display on the next line */
  display: block; 
  text-align: center;
  font-size: 12px;
  color: #fff;
}
