/* CSS Document */
html {
  overflow-y: scroll;
  overflow-x: hidden;
}
#container {
  margin: 0px auto 0px auto;
  position: relative;
  text-align: left;
  width: 1000px;
  
}
#container2 {
  margin: 0px auto 0px auto;
  position: relative;
  text-align: left;
  width: 1000px;
  
}
#homevisual {
  background-image: url('../images/v9/slide_blank.jpg');
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 335px;
  position: relative;
}

#homevisual2 {
 
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 245px;
  position: relative;
}
#homevisual2 img {
  border: none;
  display: block;
  left: -25%;
  position: absolute;
  top: 0px;
  z-index: 50;
}

#homevisual img {
  border: none;
  display: block;
  left: -25%;
  position: absolute;
  top: 0px;
  z-index: 50;
}

#homevisual #slide0 {
  display: block;
}

#homevisual #slide1,
#homevisual #slide1b,
#homevisual #slide2,
#homevisual #slide2b {
  display: none;
  overflow: auto;
}
/* ---------- Bars home ---------- */

#homebar {
  background-image: url('../images/v9/background_homebar.png');
  background-position: center top;
  background-repeat: no-repeat;
  height: 35px;
  left: -25%;
  line-height: 35px;
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  text-align: center;
  top: 290px;
  width: 0%;
  z-index: 100;
}

#homebar a {
  background-image: url('../images/v9/arrow_white.png');

  background-position: 0px 4px;
  background-repeat: no-repeat;
  color: #ffffff;
  display: inline-block;
  font-size: 23px;
  font-weight: bold;
  height: 35px;
  left: 0px;
  line-height: 35px;
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  padding-left: 20px;
  position: relative;
  top: 0px;
}

#homebar a.electronics {
  margin-right: 420px;
}

#homebar a.solar {
  margin-left: 420px;
}

#homebar a:hover {
  text-decoration: none;
}