﻿ .galleryItem {
            width:225px;
            height:225px;
            overflow:hidden;
            float:left;
            margin: 15px 15px 15px 15px;
            background-color:black;
            cursor: pointer;
        }
        .galleryItem .image {
            position:relative;
            height:225px;
            width:350px;
            overflow:hidden;
        }

        .galleryItem .caption {
            position:relative;
            top:-25px;
            height:25px;
            width:200px;
            background: black;
            height:25px;
            opacity: .5;
        }
        .galleryItem .caption .name {
            color: white;
            letter-spacing: +.02mm;
            text-overflow:ellipsis;
            width:200px;
            padding-left: 5px;
            padding-right: 5px;
        }