.photobox {
    border: 1px solid #3a3a3a;
    margin: 15px auto;
    width: 410px;
    }
    .photobox .nav,
    .photobox .caption {
        background: #3a3a3a none;
        color: #fff;
    }
    .photobox .nav {
        height: 22px;
        line-height: 22px;
        text-align: center;
        }
        .photobox .nav span {
        }
        .photobox .prev,
        .photobox .next {
            display: block;
            height: 16px;
            margin-top: 3px;
            width: 16px;
        }
        .photobox .prev {
            background: transparent url(http://www.cewe.eu/images/de/photobox_arrow.gif) no-repeat right top;
            float: left;
            margin-left: 2px;
        }
        .photobox .next {
            background: transparent url(http://www.cewe.eu/images/de/photobox_arrow.gif) no-repeat left top;
            float: right;
            margin-right: 2px;
        }    
    .photobox .images {
        background: #fff none;
        height: 300px;
        overflow: hidden;
        }
        .photobox .images img {
            display: block;
        }
    .photobox .caption {
        height: auto;
        min-height: 60px;
        }
        .photobox .caption span {
            display: block;
            padding: 4px 8px;
        }
