/**** home   ****/
#home_image_preview {
    position: absolute;
    left: 0;
    top: 156px;
    width:155px;
    overflow: hidden;
}

#home_image_0 {
    position: relative;
    width: 525px;
    z-index: 100;
}
#home_text {
    position: absolute;
    bottom: 8px;
    right: 10px;
    color:#FFF;
    font-weight: bold;
}

#homeimg_preview {
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
    
}

#whitebackg {
    position: fixed;
    top:480px;
    left:20px;
    width:245px;
    height:200px;
    background:#FFF;
}

#home_lines {
  position: absolute;
  top: 155px;
  left: 0px;
  width: 802px;
  height: 290px;
  border:1px #A2B0BD solid;
  border-width: 1px 0 1px 0;
  z-index:0;

}

#home_image_preview {
  display:block;
}

