.img-wrapp:hover .img-effect{
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity:1;
	opacity: 1;
}

.img-wrapp:hover  .img-links {
position: absolute;
z-index: 1;
top: 50%;
margin-top: -19px;
line-height: 0;
padding: 0px;
text-align: center;
left: 0px;
width: 100%;
display: block;
}