.quickZoom {
/*	set the styles for the image list*/
	/*height:620px; width:1200px; */
    align-content: center;
}
.quickZoom a, .quickZoom img {
	outline:none; border:none;
}
.quickZoom li {
	list-style:none;
	margin:0; padding:0;
	float:left;
/*	set the thumbnail spacing*/
	margin:26px 10px 26px 10px;

	position:relative;
}

.quickZoom li, .quickZoom li img {
    /*	set the thumbnail size, you must set li and img to the same dimensions*/
    width:241px; height:315px;
}
.quickZoom li img {
	position:absolute;
/*	if you change the padding, make sure to edit the .js file accordingly*/
	padding:30px; background:#FFF;

	z-index:1;
}
.quickZoom li span {
	display:inline-block;
	position:relative; text-align:center;
	bottom:-289px; left:30px;
    width:180px;
    margin-left: 0px;
    margin-top: 0px;
	background:url('images/title_backg.png') repeat; color:#CCC;
	padding:5px 0; margin:0;
	font:13px/1 'Gill Sans', Helvetica, sans-serif;
    color:#FFFFFF;
	z-index:15;

}
.quickZoom li span a {
	color:#FFF;  text-decoration:underline;
}
.quickZoom li span a:hover {
	text-decoration:none;
}
.quickZoom-hoverShadow {

	-moz-box-shadow:0 0 10px 0 #000;
	-webkit-box-shadow:0 0 10px 0 #000;
	box-shadow:0 0 10px 0 #000;
}
@media only screen and (max-width: 640px) {
    .quickZoom li, .quickZoom li img {
        /*	set the thumbnail size, you must set li and img to the same dimensions*/
        width:241px; height:315px;
    }
    .quickZoom li span {
        display:inline-block;
        position:relative; text-align:center;
        bottom:-289px; left:30px;
        width:180px;
        background:url('images/title_backg.png') repeat; color:#CCC;
        padding:5px 0; margin:0;
        font:13px/1 'Gill Sans', Helvetica, sans-serif;
        color:#FFFFFF;
        z-index:15;

    }
}
@media only screen and (max-width: 320px) {
    .quickZoom li, .quickZoom li img {
        /*	set the thumbnail size, you must set li and img to the same dimensions*/
        width:200px;
        height:250px;
    }
    .quickZoom li span {
        display:inline-block;
        position:relative; text-align:center;
        bottom:-220px; left:30px;
        width:140px;
        background:url('images/title_backg.png') repeat; color:#CCC;
        padding:5px 0; margin:0;
        font:13px/1 'Gill Sans', Helvetica, sans-serif;
        color:#FFFFFF;
        z-index:15;

    }
}
