div#info_box_wrapper {
    width:356px;
    position:absolute;
    z-index:1000;
    display:none;
}

    div.ltr {
         background:url(../img/info_box_wrapper_ltr.gif) no-repeat 0 0;
    }
    
    div.rtl {
        background:url(../img/info_box_wrapper_rtl.gif) no-repeat 100% 0;
    }

        div#info_box_inner {
            padding:15px;
            border-top:1px solid #6D6E70;
            border-bottom:1px solid #6D6E70;
            background:#FFF;
        }
    
        div.ltr div#info_box_inner {
            margin:0 0 0 56px;
            border-right:1px solid #6D6E70;
        }
        
        div.rtl div#info_box_inner {
            margin:0 56px 0 0;
            border-left:1px solid #6D6E70;
        }

div.content_vorteile_head {
    height:100px; 
    background:url(../img/plus_redbg.gif) no-repeat 5% 50% #880020;
}    

    div.content_vorteile_head div {
        padding:20px 30px 0 115px; 
        color:#FFF;
    }
    
div#vorteile {
    width:597px;
    height:315px;
    position:relative;
    background:url(../img/product.jpg) no-repeat 0 0; 
}

    div.full_size {
        width:768px !important;
    }

    div#vorteile ul {
        display:none;
    }
    
    div#vorteile a {
        width:54px;
        height:54px;
        position:absolute;
        display:block;
    }
    
    a#trigger_first {
        top:100px; /* - 33 */
        left:31px;
    }
    
    a#trigger_second {
        top:36px;
        left:80px;
    }
    
    a#trigger_third {
        top:121px;
        left:234px;
    }
    
    a#trigger_fourth {
        top:138px;
        left:487px;
    }
    