#custom_browsing_container {
    overflow: hidden !important;
    font-family: Arial, Helvetica, sans-serif !important;
    margin: -15px !important;
    margin-bottom: 2em !important;
}
#custom_browsing_container * {
    font-family: Arial, Helvetica, sans-serif !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #000000 !important;
    border: 0px none !important;
    line-height: 1.2em !important;
    text-align: left !important;
    background: none !important;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#custom_browsing_container > h2 {
    margin: 15px !important;
}
#custom_browsing_container > h1 {
    font-size: 16px !important;
    font-weight: bold !important;
}
#custom_browsing_container > div {
    overflow: hidden !important;
    margin: 15px !important;
    position: relative !important;
}
#custom_browsing_container > div > div:first-child {
    width:173px !important;
}

#custom_browsing_container > div h2 {
    font-size: 14px !important;
    font-weight: bold !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
#custom_browsing_container > div p {
    font-size: 12px !important;
    font-weight: normal !important;
}
#custom_browsing_container > div a {
    font-size: 12px !important;
    text-decoration: none !important;
}
#custom_browsing_container > div h2 a {
    font-size: 14px !important;
    text-decoration: none !important;
    font-weight: bold !important;
}
#custom_browsing_container > div a:hover {
    text-decoration: none !important;
}

#custom_browsing_container > div > div + div *{
    color: #484848 !important;

}

#custom_browsing_container > div > div + div {
    width: 190px !important;
    height: 276px !important;
    position: absolute !important;
    z-index: 8 !important;

    background: #e8e8e8 !important;
    background: -moz-linear-gradient(top, #ffffff 0%, #a3a3a3 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#a3a3a3)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#a3a3a3 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#a3a3a3 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#a3a3a3 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#a3a3a3 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a3a3a3',GradientType=0 ) !important; /* IE6-9 */

}

#custom_browsing_container > div > div:first-child {
    float:left !important;
    width:190px !important;
    height:165px !important;

    margin-top:86px !important;
    z-index: 10 !important;
    position: absolute !important;


}
#custom_browsing_container > div > div:first-child > a{
    display:block !important;
    width: 190px !important;
    height: 159px !important;
    padding-top:6px !important;
    background: white !important; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #afafaf 80%, #e8e8e8 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(80%,#afafaf), color-stop(100%,#e8e8e8)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#afafaf 80%,#e8e8e8 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#afafaf 80%,#e8e8e8 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#afafaf 80%,#e8e8e8 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#afafaf 80%,#e8e8e8 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e8e8',GradientType=0 ) !important; /* IE6-9 */
}
#custom_browsing_container > div > div:first-child > a > img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    height:153px !important;
    border: 0px none !important;
    -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3)) !important;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3)) !important;
    transition: transform 0.3s !important;
    -ms-transition: -ms-transform 0.3s !important;
    -webkit-transition: -webkit-transform 0.3s !important;
}


#custom_browsing_container > div > div:first-child > a > img:hover{
    transform: scale(1.05, 1.05) !important;
    -ms-transform: scale(1.05, 1.05) !important;
    -webkit-transform: scale(1.05, 1.05) !important;
}

#custom_browsing_container > div h2 {
    font-size: 14px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    padding-top: 10px !important;
}

#custom_browsing_container > div p{
    font-size: 12px !important;
    padding: 14px !important;
    padding-top:5px !important;
    padding-bottom:5px !important;
}

#custom_browsing_container > div {
    float:left !important;
    width:190px !important;
    height:276px !important;
    padding: 0px !important;
    border: 1px solid #c8c8c8 !important;

}
#custom_browsing_container {
    min-width:202px !important;
}



#custom_browsing_container > div > div + div a + a,  #custom_browsing_container > div > div + div p + a,  #custom_browsing_container > div > div + div h2 + a{
    display:block !important;
    width: 95px !important;
    height: 25px !important;
    font-size: 13px !important;
    margin-top: 4px !important;
    line-height: 25px !important;
    position:absolute !important;
    text-align:center !important;
    background: #eeeeee !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #ebebeb 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ebebeb)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#ebebeb 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fefefe 0%,#ebebeb 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fefefe 0%,#ebebeb 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #fefefe 0%,#ebebeb 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ebebeb',GradientType=0 ) !important; /* IE6-9 */

}

#custom_browsing_container > div > div + div a + a:hover,  #custom_browsing_container > div > div + div p + a:hover,  #custom_browsing_container > div > div + div h2 + a:hover{
    background: white !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #ebebeb 0%, #fefefe 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#fefefe)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ebebeb 0%,#fefefe 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ebebeb 0%,#fefefe 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ebebeb 0%,#fefefe 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  #ebebeb 0%,#fefefe 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#fefefe',GradientType=0 ) !important; /* IE6-9 */

}

#custom_browsing_container > div > div + div p + a,  #custom_browsing_container > div > div + div h2 + a{
    bottom:0px !important;
    left:0px !important;
    font-size:0px !important;
    color:transparent !important;
    *font-size:11px !important;
    *color: #656565 !important;
}

#custom_browsing_container > div > div + div p + a:before,  #custom_browsing_container > div > div + div h2 + a:before{
    color: #656565 !important;
    content:"Blättern" !important;
    font-size:12px
}

#custom_browsing_container > div > div + div a + a{
    bottom:0px !important;
    left:95px !important;
    width:94px !important;
    border-left:1px solid #c8c8c8 !important;
    font-size:0px !important;
    color:transparent !important;

    *font-size:11px !important;
    *color: #656565 !important;
}

#custom_browsing_container > div > div + div a + a:before{
    color: #656565 !important;
    content:"Download" !important;
    font-size:12px
}
