@charset "utf-8";
#highlights {
    width:760px;
    overflow:hidden;
    position:relative;
    margin:0px 0px 26px 0px;
}
#highlights .bars {
    position:relative;
    width:366px;
    overflow:hidden;
    float:left;
    margin:0px 7px;
}
#highlights .bars .header {
    height: 47px;
}
#highlights .bars .content {
}
#highlights .bars .content .product {
    width:354px;
    height:123px;
    display:block;
    position:relative;
    overflow:hidden;
    margin:0px 6px;
}
#highlights .bars .content .product .pro_pic{
    position:absolute;
    top:0;
    left:0;
    border:0;
}
#highlights .bars .content .product .pro_number{
    margin: 7px 3px;
}
#highlights .bars .footer {
    height: 6px;
}
#highlights #left-bar .header {
    background: transparent url(../_pub/index/highlights/hl_header.jpg) no-repeat;
}
#highlights #left-bar .content {
    background: transparent url(../_pub/index/highlights/hl_content.jpg) repeat-y;
}
#highlights #left-bar .footer {
    background: transparent url(../_pub/index/highlights/hl_footer.jpg) no-repeat;
}
#highlights #right-bar .header {
    background: transparent url(../_pub/index/highlights/ag_header.jpg) no-repeat;
}
#highlights #right-bar .content {
    background: transparent url(../_pub/index/highlights/ag_content.jpg) repeat-y;
}
#highlights #right-bar .footer {
    background: transparent url(../_pub/index/highlights/ag_footer.jpg) no-repeat;
}