.list_carousel_vertical {
	position:relative;
	width:400px; height:118px;
}
.list_carousel_vertical ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel_vertical li {
	display: table;
	vertical-align:middle;
	width:400px; height:118px; overflow:hidden;
}
.list_carousel_vertical li a {color:#464545; display:table-cell; vertical-align:middle}
.list_carousel_vertical li a span {display:block; margin:10px 0;}
.list_carousel_vertical li img {padding:1px; border:1px solid #c5c5c5; float:left; margin-right:10px;}
#foo3 img {width: 80px; height:80px;}
.list_carousel_vertical li a:hover img {opacity:0.8; filter:alpha(opacity=80);}
.list_carousel_vertical li a:hover {color:#000;}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev, .next {position:absolute; display:block; width:34px; height:34px; top:50%; margin-top:-17px;}
.prev {
	left:0;
	background:url(../images/carousel-arrows.png) no-repeat 0 0;
}
.next {
	right:0;
	background:url(../images/carousel-arrows.png) no-repeat -34px 0;
}
.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}