#hpProductPanel {
    display: none;
    position: absolute;
    /*border:solid 1px red;*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-box-shadow: 4px 18px 36px 5px rgba(0,0,0,0.43);
    -moz-box-shadow: 4px 18px 36px 5px rgba(0,0,0,0.43);
    box-shadow: 4px 18px 36px 5px rgba(0,0,0,0.43);
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
#hpProductPanel .hpProductPanelInner {
    position: relative;
    width:100%;
    height:100%;
}
#hpProductPanel .close {
    position: absolute;
    width:16px;
    height:15px;
    top:4px;
    right:4px;
    opacity: 1;
    filter: alpha(opacity=100);
    background-image: url("../images/close.png");
}