/*util*/
#Header #Copy {
  margin-top: 18px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#Content #Movies {
  width: 712px;
  /* top:108px;
  left:0; */
  margin: 0 auto;
  padding-top: 108px;
}
#Content #Movies ul {
  zoom: 1;
  width: 712px;
  height: 462px;
}
#Content #Movies ul:before, #Content #Movies ul:after {
  display: table;
  content: "";
  line-height: 0;
}
#Content #Movies ul:after {
  clear: both;
}
#Content #Movies ul li {
  display: inline;
  float: left;
  text-align: center;
  width: 314px;
  height: 228px;
}
#Content #Movies ul li.item1 {
  margin-right: 42px;
}
#Content #Movies ul li.item2 {
  margin-left: 42px;
}
#Content #Movies ul li.item3 {
  margin: 31px 0 0 200px;
}
#Content #Movies ul li .play-buttons {
  zoom: 1;
  width: 207px;
  height: 21px;
  margin: 7px auto;
}
#Content #Movies ul li .play-buttons:before, #Content #Movies ul li .play-buttons:after {
  display: table;
  content: "";
  line-height: 0;
}
#Content #Movies ul li .play-buttons:after {
  clear: both;
}
#Content #Movies ul li .play-buttons .play-button-high {
  float: right;
  width: 89px;
  height: 21px;
}
#Content #Movies ul li .play-buttons .play-button-high a {
  font: 0px/0 a;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  width: 89px;
  height: 24px;
  display: block;
  background: url(../images/cm_bt04.png) -77px -24px no-repeat;
  cursor: pointer;
  zoom: 1;
}
#Content #Movies ul li .play-buttons .play-button-high a:hover {
  background-position: -77px 0;
}
#Content #Movies ul li .play-buttons .play-button-high a.disabled {
  background-position: -77px 0;
  cursor: default;
}
#Content #Movies ul li .play-buttons .play-button-high a a {
  font: 0px/0 a;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  width: 89px;
  height: 24px;
  display: block;
}
#Content #Movies ul li .play-buttons .play-button-low {
  float: left;
  width: 77px;
  height: 21px;
}
#Content #Movies ul li .play-buttons .play-button-low a {
  font: 0px/0 a;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  width: 77px;
  height: 24px;
  display: block;
  background: url(../images/cm_bt04.png) 0 -24px no-repeat;
  cursor: pointer;
  zoom: 1;
}
#Content #Movies ul li .play-buttons .play-button-low a:hover {
  background-position: 0 0;
}
#Content #Movies ul li .play-buttons .play-button-low a.disabled {
  background-position: 0 0;
  cursor: default;
}
#Content #Movies ul li .play-buttons .play-button-low a a {
  font: 0px/0 a;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  width: 77px;
  height: 24px;
  display: block;
}
#Content #FixedNav {
  /* ul li a
  {
  	@include buttons(url(../images/archive_bt03.png), 72px, 23px, 0 0, -72px 0);
  } */
}
#Content #FixedNav ul li.item1 a {
  font: 0px/0 a;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  width: 100px;
  height: 23px;
  display: block;
  background: url(../images/cm_bt02.png) 0 0 no-repeat;
  cursor: pointer;
  zoom: 1;
}
#Content #FixedNav ul li.item1 a:hover {
  background-position: -100px 0;
}
#Content #FixedNav ul li.item1 a.disabled {
  background-position: -100px 0;
  cursor: default;
}
#Content #FixedNav ul li.item1 a a {
  font: 0px/0 a;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  width: 100px;
  height: 23px;
  display: block;
}
#Content #FixedNav ul li.item2 a {
  font: 0px/0 a;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  width: 72px;
  height: 23px;
  display: block;
  background: url(../images/cm_bt03.png) 0 0 no-repeat;
  cursor: pointer;
  zoom: 1;
}
#Content #FixedNav ul li.item2 a:hover {
  background-position: -72px 0;
}
#Content #FixedNav ul li.item2 a.disabled {
  background-position: -72px 0;
  cursor: default;
}
#Content #FixedNav ul li.item2 a a {
  font: 0px/0 a;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  width: 72px;
  height: 23px;
  display: block;
}

#Popup {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#Popup #Cover {
  width: 100%;
  height: 100%;
  background: #000;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#Popup #MoviePlayer {
  position: absolute;
  left: 50%;
  top: 160px;
  margin-left: -304.5px;
  width: 609px;
  height: 437px;
  background: url(../images/cm_bg02.png) no-repeat;
}
#Popup #MoviePlayer #CloseButton {
  position: absolute;
  right: 21px;
  top: 19px;
  font: 0px/0 a;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  width: 21px;
  height: 21px;
  display: block;
  background: url(../images/cm_bt01.png) 0 0 no-repeat;
  cursor: pointer;
  zoom: 1;
}
#Popup #MoviePlayer #CloseButton:hover {
  background-position: -21px 0;
}
#Popup #MoviePlayer #CloseButton.disabled {
  background-position: -21px 0;
  cursor: default;
}
#Popup #MoviePlayer #CloseButton a {
  font: 0px/0 a;
  background-color: transparent;
  border: 0;
  text-indent: -9999px;
  width: 21px;
  height: 21px;
  display: block;
}
#Popup #MoviePlayer #MovieSwf {
  margin: 55px 0 0 55px;
}
#Popup #MoviePlayer #AltContent {
  text-align: center;
  margin: 180px auto 0;
  line-height: 2em;
  font-size: 14px;
  color: #aaaaaa;
}
