/*//////////////tip/////////////*/
#tipsBox {
  display: block;
}

#tipsBox img {
  border: 1px #747474 solid;
}

#tipsBox .top_obr .content {
  display: none;
}

#tip1 img, #tip2 img, #tip3 img, #tip4 img, #tip5 img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    border: 1px #FFF solid;
}


#tipsBox .hidden_img_big {
  display: none;
}

#tipsBox .hover_small {
  border: 1px #FFF solid;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}

#content_timeM {
 position: absolute;
 width: 312px;
 height: 30px;
 padding: 5px;
 background-image: url(../image/black_bg_time.png);
 display: block;
  margin-top: -50px;
  margin-left: 7px;
  font-size: 11px;
  font-weight: normal;
  color: #A6A6A6;
}

#content_timeM a {
  font-size: 11px;
  font-weight: normal;
  color: #A6A6A6;
}

#content_timeM .title {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  color: #C0C0C0;
}

#content_timeM .title a {
  font-size: 14px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  color: #C0C0C0;
}

/*//////////////end tip/////////////*/  
