.mod_box_left{
    width: 390px;
    height: 240px;
    margin-left: 2px;
    margin-top: 2px;
    float: left;
 overflow:   hidden;}
.mod_box_image{
    width: 390px;
    height: 148px;
    position: relative;
overflow:hidden;
}
.mod_box_description{
    position: relative;
    width: 390px;
    width: 370px !important;
    color: #2f2f2f;
    font-size: 11px;
    text-align: justify;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}
.mod_box_right{
    width: 192px;
    height: 240px;
    margin-top: 2px;
    margin-left: 2px;
    float: left;
}
.mod_box_more{
    width: 58px;
    height: 16px;
    float: right;
    font-size: 10px;
    text-align: center;
    padding-right: 40px;
    margin-top: 5px;
    color: white;
    font-weight: bold;
    background: url('../images/usr2_more.png') top left no-repeat;
}
.mod_box_more p{
    margin: 0 auto;
    padding-top: 1px;
}
.mod_box_more a{
    text-decoration: none;
    color: white;
}
.a_div{
    width: 192px;
    height: 40px;
    margin: 0 auto;
    text-align: right;
    font-size: 10px;
    color: #bdbbbb;
    background: url('../images/box_label.png') top left no-repeat;
}
.a_div p{
    width: 192px;
    width: 152px !important;
    height: 40px;
    height: 27px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left:  30px;
    float: right;
    margin: 0 auto;
    color: #bdbbbb;
    text-decoration: none;
}
.a_div p:hover{
    text-decoration: none;
}
.a_div_active{
    width: 188px;
    height: 40px;
    margin: 0 auto;
    text-align: right;
    font-size: 10px;
    color: #d51d07;
    background: #f2f3f2 url('../images/active_arrow.png') top left no-repeat;
}
.a_div_active p{
    width: 192px;
    width: 152px !important;
    height: 40px;
    height: 27px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    float: right;
    margin: 0 auto;
    color: #d51d07;
    text-decoration: none;
}
.a_div span{
    cursor:default;
}
.a_div span:hover{
    cursor:default;
    color: white;
}
.a_div_active span{
    cursor:default;
}
.hidden {
display:none;
}
.visible {
}
