<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.list_carousel {
	width: 100%;
	position: relative;
	float: left;
}

.list_carousel ul {
	margin: 0;
	width: 100%;
	padding: 0;
	list-style: none;

	display: block;
}

.list_carousel li {
	display: block;
	float: left;
	padding: 5px 5px 5px 5px;
}

.list_carousel li img {
	float: left;
}

.list_carousel li a {
	text-decoration: none;
}

.list_carousel li a h3 {
	color: #835410;
	text-align: center;
	font-weight: 500;
	margin-top: 10px;
	font-size: 16px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.list_carousel li:hover {}

.list_carousel li.active {}

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

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

.pager {
	float: left;
	width: 320px;
	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;
}

.prev13 {
	width: 41px;
	height: 36px;
	position: absolute;
	z-index: 10;
	background: url(../images/left_dt.png) no-repeat;
	top: 25px;
	left: 0px;
}

.next13 {
	width: 41px;
	height: 36px;
	position: absolute;
	z-index: 10;
	background: url(../images/right_dt.png) no-repeat;
	top: 25px;
	right: -10px;
}</pre></body></html>