#wpsimplegallery {
    margin: 0;
    padding: 0;
}
#wpsimplegallery li {
    margin: 0;
    padding: 0;
    display: inline-block;
    float: left;
    width: 25%;
}
#wpsimplegallery li a {
	outline: none;
	float: left;
	overflow: hidden;
	display: block;
	width: 100%;
}
#wpsimplegallery li img {
    margin: 0!important;
    float: left;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
}

#wpsimplegallery li img:hover {
    /*margin: 5px 7px;*/
    /*width: 25%;*/
    margin: 0;
    opacity: 0.8;
}

#wpsimplegallery_container .clearfix:before,
#wpsimplegallery_container .clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
#wpsimplegallery_container .clearfix:after {
    clear: both;
}
#wpsimplegallery_container .clearfix {
    zoom: 1;
}