#home_content{
    display: none;
    position:absolute;
}

#box {
    background: #000;
    width:1200px;
    height:634px;
}
#box div#text {
    background-image:url("/img/box.png");
    background-repeat:no-repeat;
    width:354px;
    height:38px;
    position:absolute;
    margin-top:100px;
    margin-left: 600px;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:12px;
    padding-right:12px;
    color:#fff;
    font-size:12px;
    cursor:pointer;
    z-index: 22;
    display: none;
}
#box div#text .text {
    font-size:14px;
}
#box div.box_bg, div#black_white_bg, div#color_bg {
    background-repeat:no-repeat;
    position: absolute;
    display: none;
    width:1200px;
    height:634px;
}
.inside_image {
    margin-left: 470px;
    margin-top: 120px;
    position: absolute;
    display: none;
}

.girls {
    padding-left:30px;
    padding-top:70px;
    position:absolute;
    display:none;
    z-index:30;
    display:none;
}

.dark_line {
    background-image:url("/css/img/dark_line.png");
    background-repeat: repeat-x;
    width:100%;
    height:2px;
    margin:auto;
    margin-top:5px;
    margin-bottom:5px;
}

.home-bg {
    width: 100%;
    z-index: -9999;
}

.home-items {
    width: 100%;
    padding:0px;
    min-width:1200px;
    position:fixed; 
    bottom:25px;
    height:216px;

    background-color:#999;
}

.home-items2 {
    width: 100%;
    padding:0px;
    position:fixed; 
    bottom:-217px;
    height:250px;

}

home-items2_imgs img {
    float: left;
    margin: 0px;
}

.home-items2 table {
    padding-top: 0px;

}

#homeSliderBtn {
    margin-bottom: -2px;
    cursor: pointer;
}

.home-items table a {
    color: #a29257; 
    text-decoration: none; 
}

.home-items table a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.home-item img {
    width: 270px;
    height: 216px;
}

