@charset "utf-8";

/* CSS Document */



			.list_carousel {
	width: 1000px;
	height:200px;
	border-radius:4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;
	box-shadow: 0 0 5px 0 #000;
	background-color:rgba(0,0,0,0);

			}

			.list_carousel ul {

				margin: 0;

				padding: 0;

				list-style: none;

				display: block;

			}

			.list_carousel li {

				width: 1000px;

				height: 200px;

				display: block;

				float: left;

			}

			

			.list_carousel img {
	display: block;
	float: left;
	width:1000px;
	height:200px;
	border-radius:4px;
	-moz-border-radius:4px 4px 4px 4px;
	-webkit-border-radius:4px;

		}

		

			.list_carousel.responsive {

				width: auto;

				margin-left: 0;

			}

			.clearfix {

				float: none;

				clear: both;

			}

			.prev {

				float: left;

				margin-left: 10px;

			}

			.next {

				float: right;

				margin-right: 10px;

			}

			.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;

			}

			
