@charset "utf-8";
/* CSS Document */

.list_carousel { margin: 0; width: 500px; height:188px; overflow:hidden; }
.list_carousel ul { width:500px; height:188px; margin: 0; padding: 0;  list-style: none; display: block; overflow:hidden; }
.list_carousel li { width: 250px; height: 188px; padding: 0; margin: 0; background:url(../images/bg_tran20_white001.png); display: block; float: left; overflow:hidden; }
.list_carousel li img { height:188px; margin:auto; display:block; }
.list_carousel .responsive { width: auto; margin-left: 0; }
.clearfix { float: none; clear: both; }

.next { float: right; margin-right: 10px; }
.pager { float: left; width: 500px; text-align: center; }
.pager a { margin: 0 5px; text-decoration: none; }
.pager a.selected { text-decoration: underline; }
.timer { height: 6px; width: 0px; }

/* Navigation Arrows */

.list_carousel a.prev {
	position:relative;
	background:url(../images/slide/nav.png) no-repeat 0 0;
	width: 25px;
	height: 25px;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.8;
	display:block;
	top:-105px;
	left: 10px;
}

.list_carousel a.next {
	position:relative;
	background:url(../images/slide/nav.png) no-repeat -25px 0;
	width: 25px;
	height: 25px;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.8;
	display:block;
	top:-130px;
	right: 0;
}

.list_carousel a.prev:hover { opacity: 1.0; }
.list_carousel a.prev.disabled {   background-position: 0 -25px !important;  }

.list_carousel a.next:hover { opacity: 1.0; }
.list_carousel a.next.disabled {   background-position: -25px -25px !important;  }

.list_carousel a.prev.disabled, a.next.disabled { cursor: default; }

