#mygallery{margin-top:30px;}
.entry-content .nmq_ajax_image-button {
	background: #ffdf8f;
	color: #000;
	padding:11px 50px;
	display:inline-block;
	border:0px;
	text-decoration: none;
    box-shadow: 0px 6px #817D9D;
    position:relative;
    border-radius:3px;
}

.entry-content .nmq_ajax_image-button:hover{
	top:3px;
    box-shadow: 0px 3px #407dec;
}

.entry-content .nmq_ajax_image-button:active{
	top:6px;
    box-shadow: none;
}

.nmq_ajax_image-received{text-align:center;padding:25px;}

.jg-entry:hover .zoom-image{ left: 40%;
    opacity: 1;
    visibility: visible;}