#content.products {
    min-height: 100%;
    width: 1000px;
    display:block;
    margin-top:-50px;
    padding:0;
    /*margin:0;*/
    border-bottom: 1px solid #BE9E56;
}

/*h1.pageTitle {
    display: none;
} */

#scrollBar {
    height: 431px;
}

#picture {
    position: absolute;
    left: 40px;
    top:51px;
    width: 140px;
    color: #fff;
}

p.description {
    background: red;
    float: right;
    width: 700px;
}

#catOverview {
    padding:0;margin:20px 0 0 0;
    list-style: none;
}

#catOverview li {
    margin: 0; padding: 0;
}
#catOverview li a {
    outline: none;
    color: #fff;
    text-decoration: none;
}
#catOverview li a:hover {
    color: #BE9E56;
}

table#catOverview {
    width: 99%;
    padding: 0;
    margin:0;
}
table#catOverview td {
    width: 33%;
    text-align: center;
    padding:0;
    height: 365px;
}

table#catOverview td.bottom {
    border-top: 1px solid #BE9E56;
    padding-top: 10px;
    padding-bottom: 5px;
    height: 37px;
}

table#catOverview td.bottom img {
    padding: 0; margin:0;
}


/*NIEUWE GALLERIE*/
/*div#imageflow { overflow:auto; }   */

ul.thumb {
    display:inline-block;
    list-style:none outside none;
    min-height:100%;
    padding:50px;
    position:relative;
    width:900px;
}
ul.thumb li {
    margin: 0; padding: 5px;
    float: left;
    position: relative;  /* Set the absolute positioning base coordinate */
    width: 140px;
    height: 140px;
}
ul.thumb li img {
    width: 131px; height: 131px; /* Set the small thumbnail size */
    -ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
    border: 1px solid #ddd;
    padding: 5px !important;
    background: #f0f0f0;
    position: absolute;
    left: 0; top: 0;
    float:none !important;
}
ul.thumb li img.hover {
    background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect*/
    border: none; /* Get rid of border on hover */
}
