@charset "iso-8859-1";
/* CSS Document */

	.list_carousel {
		float:left;
		background-color: #f3f3f3;
		margin: 0;
		width: 550px;
		height:170px;
	}
	.list_carousel ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: block;
	}
	.list_carousel li {
		font-size: 40px;
		color: #999;
		text-align: center;
		background-color: #eee;
		border: 0px solid #999;
		width: 150px;
		height: 160px;
		padding: 0;
		margin: 5px;
		display: block;
		float: left;
	}
	.list_carousel.responsive {
		width: auto;
		margin-left: 0;
	}
	.clearfix {
		float: none;
		clear: both;
	}
	.prev {
		float: left;
		margin-left: 10px;
		margin-right: 3px;
		margin-top:85px;
		width:23px;
		height:23px;
		background: #F47A00 url(../images/nav.png) no-repeat 4px 3px;
		border-radius: 50%;
		text-indent:-9999px;
	}
	.prev:hover {background:#777 url(../images/nav.png) no-repeat 4px 3px;}
	.next {
		float: right;
		margin-right: 10px;
		margin-top:-85px;
		width:23px;height:23px;
		background: #F47A00 url(../images/nav.png) no-repeat 4px -17px;
		border-radius: 50%;
		text-indent:-9999px;
	}
	.next:hover {background:#777 url(../images/nav.png) no-repeat 4px -17px;}
	.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;
	}