
.Example_Details{
    padding:20px;
    color:#272D35;
    font-size:14px;
    background-color: #FFFFFF;
    margin-top:0;
}
.Collage{

    /*This is where you set the padding you want between the images*/
    padding:10px;

}
.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*/
    ZZborder:6px solid #FFF;
}


/* 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 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);
    XX-moz-border-radius: 3px;
    XX-webkit-border-radius: 3px;
    XXborder-radius: 3px;
    position: relative;
}

.Image_Wrapper p {
    position: absolute;
    bottom: 0;
    font-size: 10px;
    background: #eee;
    padding: 2px 5px;
    width: 100%;
    margin: 0;
}

.img.floatleft {
    width: 40%;
    float: left;
    padding-right: 20px;
    margin: 0;
}