/* ========================================
mvscr
======================================== */


#mvscr {
  background-color: #ffffff;
  overflow: hidden;
  padding: 25px 0 15px;
  position: relative;
  width: 100%;
}

#mvscr #elems {
  display: none;
}

#mvscr_inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

#mvscr ul {
  height: 373px;
  margin: 0 auto;
  position: relative;
  white-space: nowrap;
}

#mvscr ul li {
  width: 960px;
  height: 373px;
  overflow: hidden;
  position: absolute;
  top: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
 /zoom: 1;
}

#mvscr ul li.active {
  opacity: 1;
  filter: alpha(opacity=100);
}

#mvscr ul li img {
  height: auto;
  max-width: 100%;
  width: auto;
}

/*#mvscr ul li img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

#slide li[style="left: 0px; opacity: 1;"] img {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -o-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}*/

#mvscr p.arrow_left,
#mvscr p.arrow_right {
  display: block;
	position: absolute;
	height: 39px;
	cursor: pointer;
	top: 192px;
	width: 39px;
}

#mvscr p.arrow_left {
  left: 20px;
}

#mvscr p.arrow_right {
  right: 20px;
}

#mvscr p img {
	position: absolute;
	width: 41px;
	height: 41px;
}

#mvscr_nav {
  margin: auto;
  height: 2px;
}

#mvscr_nav td a {
  background-image: url(../images/mv_select_off.png);
  width: 40px;
  height: 9px;
  display: block;
  margin: 10px 5px 0;
  float: left;
}

#mvscr_nav td a.active {
  background-image: url(../images/mv_select_on.png);
}
