/* CSS Document */
.list_carousel {
	margin: 0 0 20px 0;
	width: 100%;
}
	
.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: 5px solid #999; */
	width: 170px;
	height: 150px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

.clearfix {
	float: none;
	clear: both;
}

.ContenerPrevNext {
    position:relative; 
	width:98%;
}

.ContenerPrevNext1 {
    position:relative; 
	width:98%;
}

a.prev, a.next {
	background: url(../image/gif/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 55px;
} 
a.prev {			left: -12px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {			right: -12px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}

.pager {
	float: left;
	width: 100%;
	padding-top:5px;
	text-align: center;
}

.pager a {
	margin: 0 5px;
	width: 15px;
    height: 15px;
	text-decoration: none;
	background: url(../image/gif/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	display: inline-block;
}

.pager a.selected {
    background-position: -25px -300px;
    cursor: default;
	xt-decoration: underline;
}

.pager a span {
    display: none;
}

.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}

