﻿.list_carousel {}
.list_carousel ul {
    margin: 0;
	padding: 0;

	list-style: none;
	display: block;
}
.list_carousel li {
	margin: 0px;
	height:250px;
	display: block;
	float: left;
}
.list_photos img{
width:100%;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

.panel-body .list_carousel li {
	margin: 0px;
	height:100px;
	display: block;
	float: left;
}


@media screen and (max-width: 768px){
	.list_carousel li {
	margin: 0px;
	max-height:180px;
	min-height:80px;
	display: block;
	float: left;
}

	
}
