.trip-photos ul, .trip-photos li {
	list-style: none;
}

trip-photos {float: left; width: 100%;} 
.trip-photos li {
	float: left;
}


.trip-photos ul.thumbs li {
	list-style: 		none;
	float: 				left;
	list-style-image: 	none !important;
	margin:				5px 5px 5px 5px !important;
	text-align: center;
	width: 23%;
	height: 200px !important;
	
	
}

.trip-photos1 ul.thumbs li {
	list-style: 		none;
	float: 				left;
	list-style-image: 	none !important;
	margin:				5px 5px 5px 5px !important;
	text-align: center;
	width: 23%;
	height: 250px !important;
	
	
}

.trip-photos1 ul.thumbs li img {

	height: 200px !important;
	
	
}

.trip-photos ul.thumbs {
	list-style: 		none;
	margin: 			0;
	padding: 			0;
	clear: 				both;
}
.trip-photos ul.thumbs li img {
	
	border: 1px solid #FFF;
	padding: 5px;
	background: #faf6f3;
	
}
.trip-photos ul.thumbs li a {
	background:			none !important;
	text-decoration:	none;
	border: 			0;
}
.trip-photos ul.thumbs li p {
	overflow: hidden;
	}
	
@media only screen and (max-width: 560px) {
	
	.trip-photos ul.thumbs li {
	list-style: 		none;
	float: 				left;
	list-style-image: 	none !important;
	margin:				5px 0px 5px 0px !important;
	text-align: center;
	width: 97%;
	height: 100% !important;
	
	
}
.trip-photos ul.thumbs {
	list-style: 		none;
	margin: 			0;
	padding: 			0;
	clear: 				both;
}
.trip-photos ul.thumbs li img {
	
	border: 1px solid #FFF;
	padding: 5px;
	background: #faf6f3;
	min-width: 100% !important;
	
}

.trip-photos ul.thumbs li {
	height: 100% !important;
	
	
}

.trip-photos1 ul.thumbs li {

	height: 100% !important;
	
	
}
	
	 }