﻿        .Boxshadow {
            -webkit-box-shadow: 5px 5px 21px 0px rgba(50, 50, 50, 0.69);
            -moz-box-shadow:    5px 5px 21px 0px rgba(50, 50, 50, 0.69);
            box-shadow:         5px 5px 21px 0px rgba(50, 50, 50, 0.69);
            margin:0px;
            padding:5px;
            border-width:2px;
            height:200px;
            width:200px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            border-radius: 10px;
            width:180px;
            height:150px;

        }
        .Boxlabel {
            width:180px;
            height:40px;
        }
        .BoxClear {
            width:180px;
            height:10px;
        }

        .thumbnail {
    width: 320px;
    height: 240px;
}

.image {

}

.image img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.image:hover img {
    -webkit-transform:scale(1.15); /* Safari and Chrome */
    -moz-transform:scale(1.15); /* Firefox */
    -ms-transform:scale(1.15); /* IE 9 */
    -o-transform:scale(1.15); /* Opera */
     transform:scale(1.15);
}
