			.list_carousel {
	width: 930px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 40px;
	position: relative;
			}
			.list_carousel ul {
	margin: 0;
	list-style: none;
	display: block;
	padding: 0;
			}
			.list_carousel li {
	text-align: center;
	width: 300px;
	height: 300px;
	display: block;
	float: left;
	padding: 0;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
			}

			.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;
			}
			
			
.og_prev,.og_next{
	width: 23px;
	height: 44px;
	position: absolute;
	top: 130px;
	z-index: 99;
	cursor: pointer;

	
}
.og_prev{
	background-position: 0 -60px;
	left: -40px;
}
.og_next{
	background-position: 0 0;
	right: -50px;
}
