@CHARSET "ISO-8859-1";

#mainFeatureArea {
  margin: 0px auto;
  position: relative;
  width: 480px;
  height: 380px;
  background-color: #2B2B2B;
  padding: 10px;
  margin-bottom: 0px;
}

#mainFeatureImage {
  width: 480px;
  height: 380px;
  background-color: black;
}

#mainFeatureText {
  margin: 0px auto;
  padding: 5px;
  width: 448px;
  height: 68px;
  background-color: black;
  color: white;
  opacity: 0.95;
  -ms-filter: "alpha (opacity=95)";
  filter: alpha (opacity=95);
  display: block;
  overflow: hidden;
  bottom:-290px;
  position: relative;
  border: 1px solid grey;
}

#mainFeatureText a {
  color: white;
  font-weight: bold;
}

#mainFeatureText a:link {
  color: white;
  font-weight: bold;
}
#mainFeatureText a:visited {
  color: white;
  font-weight: bold;
}
#mainFeatureText a:hover {
  color: white;
  font-weight: bold;
}
#mainFeatureText a:active {
  color: white;
  font-weight: bold;
}

#featureChoiceArea {
  margin: 0px auto;
  position: relative;
  width: 500px;
  height: 95px;
  background-color: #2B2B2B;
  padding: 0px;
  padding-top: 5px;
}

#featureChoiceArea ul {
  list-style: none outside none;
  margin: 0px auto;
  position: relative;
  padding: 0px;
  height: 90px;
  width: 480px;
}

#featureChoiceArea li {
  display: inline;
  list-style-type: none;
  position: relative;
  float: left;
  height: 90px;
  width: 84px;
  margin-left: 6px;
  margin-right: 6px;
  background-color: #282828;
}

.feature {
  width: 84px;
  height: 90px;
  margin: 0px;
  padding: 0px;
  border: 0px black solid;
  cursor: pointer;
  cursor: hand;
  opacity: 0.25;
  -ms-filter: "alpha (opacity=25)";
  filter: alpha (opacity=25);
}

.featureSelected {
  width: 84px;
  height: 90px;
  margin: 0px;
  padding: 0px;
  border: 0px white solid;
  cursor: pointer;
  cursor: hand;
  opacity: 1.00;
  -ms-filter: "alpha (opacity=100)";
  filter: alpha (opacity=100);
}

.featureHighlighted {
  width: 84px;
  height: 90px;
  margin: 0px;
  padding: 0px;
  border: 0px black solid;
  cursor: pointer;
  cursor: hand;
  opacity: 0.50;
  -ms-filter: "alpha (opacity=50)";
  filter: alpha (opacity=50);
}

.featureText {
  width: 84px;
  height: 43px;
  margin: 0px;
  padding: 0px;
  border: 0px;
  cursor: pointer;
  cursor: hand;
  background-color: black;
  color: white;
  display: block;
  overflow: hidden;
  bottom:-47px;
  position: relative;
  opacity: 0.75;
  -ms-filter: "alpha (opacity=75)";
  filter: alpha (opacity=75);
  font-size: 10pt;
  font-family:sans-serif,verdana,arial;
  text-decoration:none;
}
