﻿.list_carousel ul{
	padding:0px;
}
.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	/* background-color: #fff; */
	/* width: 175px; */
	/* height: 85px; */
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
	overflow:hidden;
	text-align:center;
	/* padding: 0 10px; */
}
#foo4 li{
    margin: 0px;
    padding: 0px;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.list_carousel li a{
	display:table-cell;
	vertical-align:middle;
	height: 85px;
	
}
#foo4 li a{
	height:auto;
}
.list_carousel li img{
	max-height: 85px;
	margin:auto;
}
#foo4 li img{
	width:100%;
	max-width: none;
	max-height: none;
}
.prev {
	float: left;
	margin-left: -8px;
	background: url(../../images/slider_nav_small.png) no-repeat center 0px;
	text-indent:-9999px;
	width: 30px;
	height:30px;
	margin-top: -55px;
	position:relative;

	overflow: hidden;
}
.next {
	float: right;
	margin-right: -10px;
	background: url(../../images/slider_nav_small.png) no-repeat center -50px;
	text-indent:-9999px;
	width:30px;
	height:30px;
	margin-top: -55px;
	position:relative;

	overflow: hidden;
}