.gp_gallery{
	clear:both;border:0; padding:0; width:100%; text-align:center;
	 overflow: hidden; 
	}

.gp_gallery li {

	width:14%;
	height:auto;
	list-style:none;
	display: inline-block;
	float:left;/* IE7 and below */
	margin:5px 1px 1px 22px;
	padding:0;
	border:0;
	height:95px;
	color:#333; padding-bottom:65px;font-size:16px 
	}

.gp_gallery div{
color:#a1441f;font-size:12px !important
	}

.gp_gallery img{
	margin:0;border:2px solid #458888; border-radius:10px;transition: transform .2s;
	}
	@media screen and (min-width: 1200px) {
		.gp_gallery img{ min-width:150px
		}
		.gp_gallery li {
			margin:5px 1px 1px 30px; padding-bottom:115px
		}
		.gp_gallery div{
color:#a1441f;font-size:15px !important
	}
	}
	@media screen and (min-width: 1400px) {
		.gp_gallery img{ min-width:180px
		}
		.gp_gallery li {
			margin:5px 1px 20px 32px; padding-bottom:115px
		}
		.gp_gallery div{
color:#a1441f;font-size:15px !important
	}
	}

.gp_gallery a:hover img{
border:2px solid #d03c3c;    -ms-transform: scale(0.9); /* IE 9 */
    -webkit-transform: scale(0.9); /* Safari 3-8 */
    transform: scale(0.9); 
	}
	.gp_gallery a:selected img{
border:2px solid #AEBBB5;
}
.caption{ margin-top:-8px;}
#cboxCurrent{visibility:hidden}