.bathroom-tiles {
    /*This is where you set the padding you want between the images*/
    padding:10px;
}

.bathroom-tiles img {
    margin:0;
    padding:0;
    display:inline-block;
    vertical-align:bottom;
    opacity:1;
    /*This is where you set the border you want for the image.  Most often comment it out since we most often don't want a border*/
    /* border:6px solid #FFF; */
}

/* In this example, this is the main item being resized */
.bathroom-tiles-image-wrapper {
    /* to get the fade in effect, set opacity to 0 on the first element within the gallery area */
    opacity:0;
    /* to add a shadow around the images, uncomment the following lines */
    /* -moz-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1);
    box-shadow:0px 2px 4px rgba(0, 0, 0, 0.1); */
    /* to make borders around the images rounded, uncomment the following lines */
    /* -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; */
}

.bathroom-tiles-caption {
    font-size: 12px;
    font-weight: normal;
    font-family: sans-serif;
    text-transform: uppercase;
}

.bathroom-tiles-caption a {
    color: #fff;
}

.bathroom-tiles-caption-content {
    padding:10px;
    color: #fff;
}
