.deluxe_image_gallery_container {
	width: 80%;
	margin: 0 auto;
	margin-top: 30px;
	padding-left: 7px;
}
.deluxe_image_gallery_image {
	padding: 5px 0;
	text-align: center;
	float: left;
}
.deluxe_image_gallery_image p {
	overflow: hidden;
}

.deluxe_image_gallery_image a img {
    border: none; /* for IE */
	box-shadow: 0px 3px 5px rgba(0,0,0,0.4);
}

@media(max-width:767px){

.deluxe_image_gallery_container {
	width: 100%;
}

}
