@charset "UTF-8";

*{/* A universal page reset */
  margin: 0;
  padding: 0;
  font-family: Arial, "Microsoft YaHei", "Simsun", Sans-Serif, SimHei, "Microsoft JhengHei", STXihei, STHeiti, Zawgyi-One, ZawgyiOne, Zawgyi1, Myanmar3;
}

body {
/*  font-family: "Lucida Sans Unicode","Lucida Grande",Verdana,Arial,Tohama,Helvetica,sans-serif;*/
  font-family: Arial, "Microsoft YaHei", "Simsun", Sans-Serif, SimHei, "Microsoft JhengHei", STXihei, STHeiti, Zawgyi-One, ZawgyiOne, Zawgyi1, Myanmar3;
  font-size: 12px;
}
* a {
  position: relative;
}
a {
  font-size: 12px;
/*  color: #000000;*/
  color:#9f004f;
  cursor: pointer;
}
a:visited {
  color: #9f004f;
  text-decoration: none;
}
a:hover {
  color: #0196e3;
  text-decoration: underline;
}
a img {
  border-style: none;
}
#featureContainer {
  border: 0 dotted #999999;
  margin: 0 auto;
  width: 900px;
  font-size: 80%;
  background: transparent url(../images/mainpage/carousel/carousel_shadow.png) no-repeat bottom;
  background-color:#eee;  
  /*-webkit-box-shadow: 0 28px 20px -8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 28px 20px -8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 28px 20px -8px rgba(0, 0, 0, 0.5);
  margin: 40px auto;*/
}
/*#wrap {
  overflow: hidden;
}*/
#load {
  border: 0 dotted #999999;
  margin: 0 auto;
  background-image: url(../images/mainpage/carousel/carouselloader24x24.gif);
  text-indent: -9999px;
  width: 900px;
  display: none;
  background-repeat: no-repeat;
  background-position: center 50%;
  height: 100px;
}
#feature {
  border: 0 dotted #999999;
  position: relative;
/*  margin-top: 10px;*/
  margin-top: 5px;
/*  margin-bottom: 5px;*/
  margin-bottom: 5px;

  float: left;
  margin-left:0px;
  width: 900px;
/*  z-index: 0;*/
/*  height: 190px;*/
  height: 180px;
}
#feature .button {
  border: 0 dotted #999999;
  position: absolute;
  /*width: 800px;*/
  width:790px;
  /*top: 172px;*/
  top: 10px;
  left: 0;
}
#feature .prev {
  border: 0 dotted #999999;
  background: transparent url(../images/mainpage/carousel/feature_left.png) repeat scroll center top;
  text-indent: -9999px;
  width: 30px;
  display: block;
  float: left;
  height: 48px;
  top: -128px;
}
#feature .next {
  border: 0 dotted #999999;
  background: transparent url(../images/mainpage/carousel/feature_right.png) repeat scroll center top;
  text-indent: -9999px;
  width: 30px;
  display: block;
  float: right;
  height: 48px;
  top: -128px;
}
.featureUL {
  border: 0 dotted #000000;
  margin: 0;
  padding: 0;
  position: relative;
  list-style-type: none;
  width: 790px;
  float: left;
  left: 0;
}
.featureBox {
  border: 0 dotted #999999;
  padding: 10px 10px 10px 0px;
  background-image: url(../images/mainpage/carousel/bg-featurebox.png);
  background-repeat: no-repeat;
  float: left;
  height: 160px;
  width: 180px;
  overflow: hidden;
  margin-left: 10px;
}

#botton-scroll {
  border: 0 dotted #999999;
  margin: 0 auto;
  z-index: 0;
  width: 790px;
  float: left;
/*  height: 180px;*/
  height: 180px;
}
#block {
  border-top: 0 dotted #999999;
  border-left: 0 dotted #999999;
  border-right: 0 dotted #999999;
  margin: 0 auto;
/*  padding: 0 0 25px;*/
  padding: 0 0 25px;
  z-index: 0;
  position: relative;
  width: 790px;
/*  height: 170px;*/
  height: 170px;
  font-size: 70%;
  overflow: hidden;
}
#block .box {
  border: 0 solid #d8d8d8;
  margin: 0 0px;
  padding: 0 0px;
  width: 180px;
  float: left;
/*  height: 10px;*/
  height: 10px;
}
#block .box .feature-title {
  font-size: 140%;
  font-weight: 400;
}
#block .box .feature-thumb {
  width: 180px;
/*  margin-bottom: 10px;*/
  margin-bottom: 0px;
  float: left;
  height: 160px;
  background: transparent url(../images/mainpage/carousel/carousel_shine.png) no-repeat 0 0;
}
a:link, a:active {
/*  color: #333333;*/
/*  color:#9f004f;*/
/*  text-decoration: none;*/
}
#feature .prev:hover, #feature .next:hover {
  background-position: center bottom;
}