﻿.btn-ok, .btn-jomba, .btn-bekijk, .btn-add-picture, .btn-download, 
.btn-quality, .btn-right, .btn-left, .btn-react, .btn-bladeren
{
    height: 23px;
    border: 0;
    font-size: 0;
    line-height: 0px;
    text-indent: -9999px;
    cursor: pointer;
    background: url('../images/btn-ok.gif') no-repeat;
    margin-bottom:10px;
}

a.btn-ok, a.btn-jomba, a.btn-bekijk, a.btn-add-picture, a.btn-download, 
a.btn-quality, a.btn-right, a.btn-left, a.btn-react, a.btn-bladeren
{
    display:block;
    float:left;
}

.btn-ok
{
    width:42px;
    background: url('../images/btn-ok.png') no-repeat;
    margin-top:4px;
    z-index:100;
}

.btn-jomba
{
    width:70px;
    background: url('../images/btn-jomba.png') no-repeat;
}

.btn-bekijk
{
    width:84px;
    background: url('../images/btn-bekijk.png') no-repeat;
    margin-bottom:0px; 
}

.btn-add-picture
{
    width:84px;
    background: url('../images/btn-add-picture.png') no-repeat;
    margin-bottom:0px; 
}

.btn-download
{
    width:84px;
    background: url('../images/btn-download.gif') no-repeat;
    margin-bottom:0px; 
    clear:both;
    margin-top:4px;
    float:none;
    display:inline;
}

.btn-quality, .qualityInfo
{
    width:84px;
    background: url('../images/btn-1-star.gif') no-repeat;
    margin-bottom:5px; 
    clear:both;
}

.qualityInfo
{
    background:none;
}

.btn-left, .btn-left-no-img
{
    background: url('../images/btn-left.png') no-repeat;
    width:14px;
    margin-right:17px;
}

.btn-left-no-img
{
    background:none;
}

.btn-right, .btn-right-no-img
{
    background: url('../images/btn-right.png') no-repeat;
    width:14px;
}

.btn-right-no-img
{
    background:none;
}

.btn-react
{
    width:137px;
    background: url('../images/btn-react.gif') no-repeat;
    margin-top:8px;
}

.btn-bladeren
{
    width:80px;
    background: url('../images/btn-bladeren.gif') no-repeat;
}