.ih_panel{
        background-color: #ECECEC;
        padding: 10px;
        position: relative;
        height: 303px;
        overflow: hidden;
        width: 321px;
    }
    .ih_product_container{
        background-color: white;
        padding: 8px;
        width: 140px;
        height: 265px;
        position: absolute;
    }
    .ih_control_bar{
        position: relative;
        top: 287px;
        left: 102px;
        width: 120px;
    }
    .ih_control_bar img{
        cursor:pointer;
    }
    .ih_control_page{
        top:-4px;
        position:relative;
    }
    .ih_control_left{
        margin-right:10px;
    }
    .ih_control_right{
        margin-left:10px;
    }

    .ih_product_container a {
        text-decoration:none;
    }
    .ih_product_container h3 {
        font-size: 12px;
        height: 55px;
        overflow: hidden;
    }
    .ih_product_container h4 {
        font-size: 12px;
        margin:5px 0 0;
        padding:0;
    }
    .ih_product_container h5 {
        font-size: 28px;
        margin:0;
        padding:0;
    }
    .ih_ratingbox > img {
        float:left;
        margin-top:2px;
    }
    .ih_ratingbox > .ih_review_count {
        margin-left:60px;
    }
    .ih_product_box{
        float: left;
        margin-right: 26px;
    }

    .ih_prod_bottom{
        position:absolute;
        top: 311px;
    }
    .ih_bottom_left{
        position:relative;
        left: -10px;
    }
    .ih_bottom_right{
        position:relative;
        left:304px
    }