﻿.list_carousel {
	overflow:auto;
	width: 680px;
	height: 119px;
	padding-top: 20px;
	margin: 20px 0;
	margin-right: 6px;
	background:#fff url('../images/slider_bg.jpg') repeat-x top;
	border: 1px #c7c7c7 solid;
	float: right;
}
.radius {
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-moz-box-shadow: 0px 0px 4px #B7B7B7;
	-khtml-box-shadow: 0px 0px 4px #B7B7B7;
	-webkit-box-shadow: 0px 0px 4px #B7B7B7;
	box-shadow: -1px 1px 4px #B7B7B7;
}
.right_btn {
	float: right;
	position: relative;
	margin-top: 70px;
	margin-left: -40px;
	cursor: pointer;
}
.left_btn {
	float: right;
	position: relative;
	margin-top: 70px;
	margin-right: -28px;
	cursor: pointer;
}
#foo2 {
	margin-right: 35px;
	
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	text-align: center;
	border-left: 1px #999 dotted;
	padding:0 10px;
	display: block;
	float: left;
}
.list_carousel li:first-child {
	border: 0;
}
.list_carousel li img {
	vertical-align:middle;
	margin:0 auto;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	
	float:left;
	position: relative;
	left:0;
	margin-top: 40px;
}
.next {
	float: right;
	position: relative;
	right:0;
	margin-top: 40px;

}
.pager {
	margin:0 auto;
	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;
}
