.Collage 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*/
}


/* In this example, this is the main item being resized */
.Image_Wrapper{
    /* to get the fade in effect, set opacity to 0 on the first element within the gallery area */
    opacity:0;
    -moz-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.2);
    box-shadow:0px 0px 4px rgba(0, 0, 0, 0.2);
}

.Caption{
    font-size:90%;
    font-weight:bold;
    font-family: 'Raleway',arial, sans-serif;
}

.Caption_Content{
    color:#FFF;
	padding:10px;
}
