#gallery .imgWrapper{
    position: relative;
	overflow: hidden;
	margin: 2px;
	padding: 0;
	float: left;
    border: 1px solid #ccc;
	background-color: #fff;
    background-repeat: no-repeat;
	box-shadow: 0 0 8px #ddd;
	-webkit-box-shadow: 0px 0px 8px #ddd;
	-moz-box-shadow: 0px 0px 8px #ddd;
}
#gallery .imgWrapper:HOVER{
	background: #fafafa;
	border-color: #aaa;
	box-shadow: 0 0 8px #444;
	-webkit-box-shadow: 0px 0px 8px #444;
	-moz-box-shadow: 0px 0px 8px #444;
}

#gallery .imgWrapper .img{
    margin: 0;
    padding: 5px;
    height: 120px;
}

#gallery .imgWrapper .deleteImg{
    height: 15px;
    float: right;
	padding: 0;
	margin: -2px 1px 0px 0;
}
#gallery .imgWrapper .cropImg:HOVER{
	background: #fff;
}
#gallery .imgWrapper .deleteImg a{
    height: 14px;
    padding: 0;
    margin: 0;
	color: #EF1911;
}

#gallery .fake_image{
    background-position: center center;
    background-repeat: no-repeat;
    height: 225px;
    background-size: cover;
}

#galleryShowAllForCompetition #gallery .imgWrapper .img {
    height: 235px !important;
}