@charset "utf-8";
/* CSS Document */

.list_carousel {
				
				margin: auto;
				width: 900px;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
    font-size: 14px;
    color: #999;
    text-align: center;
    background-color: #fff;
    border: 1px solid #cccccc;
    width: 210px;
    height: 165px;
    padding-top: 5px;
    margin: 6px;
    display: block;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: left;
				margin-left: -30px;
				position:relative;
				margin-top:-100px;
			}
			.next {
				float: right;
				margin-right: -30px;
				position:relative;
				margin-top:-100px;
			}
			.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;
			}
			
			.img-carousel{
				padding-top:5px;
				padding-bottom:5px;
			}