@charset "UTF-8";
/* CSS Document */

/* Begin Horizontal Scrolling Styles */

div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  top: 0px;
  left: 0px;
  height: 260px;
  width: 700px;
  /* Add scroll-bars */
  overflow: auto;
  padding-top: 10px;
  padding-left: 50px;
  background:url(../img/film-list-bg-a.png) center no-repeat;
  z-index: 1;
}
ul.sc_menu {
  display: block;
  height:230px;
  /* Max width here, for users without Javascript */
  width: 20000px;
  padding: 0px;
  /* Remove default margin */
  margin: 0;
  background: url('file:///Macintosh HD/Users/matt/Documents/websites/onMatt/navigation.png');
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 2px;
  border: none;
  font-weight: bold;
}
.sc_menu a {
  display: block;
  text-decoration: none;
  border: none;
  
  filter:alpha(opacity=100);
  opacity: 1.0;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.sc_menu span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.sc_menu a:hover span {
  display: block;
}
.sc_menu img {
  border: none;
  filter:alpha(opacity=70);
  opacity: 0.70;
  /*
  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;*/
}
.sc_menu a:hover img {
  filter:alpha(opacity=100);
  opacity: 1.0;
}

/* End Horizontal Scrolling Styles */
