<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#dcarousel &gt; * { padding: 0; margin: 0; }
#dcarousel ul { list-style: none; }
#dcarousel a { text-decoration: none; }
		#dcarousel {
			display: block-inline;
			display: relative;
			width: 728px;
			height: 220px;
			overflow: hidden;
		}
		.dcarousel-content {
			display: block-inline;
			display: relative;
			top: 0;
			margin-left: -740px;
			width: 10000px;
		}
		.dcarousel-content img {
			width: 440px;
		}
		.dcarousel-content ul li {
			display: block-inline;
			position: relative;
			float: left;
			min-height: 220px;
			min-width: 440px;
			margin: 0 2px;
		}
		.slidetitle {
			display: block;
			position: relative;
			top: -25px;
			left: 0;
			width: 420px;
			padding: 5px 10px;
			font: bold 12px Arial, Helvetica, sans;
			background: #000;
			color:#fff;
		}
		.dcarousel-prevbg,
		.dcarousel-nextbg {
			display: block;
			position: absolute;
			float: left;
			width: 140px;
			height: 220px;
		}
		.dcarousel-prevbg {
			left: 0px;
			background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(50%,rgba(0,0,0,0.5)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
			background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
		}
		.dcarousel-nextbg {
			left: 588px;
			background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.56) 50%, rgba(0,0,0,1) 90%, rgba(0,0,0,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.56)), color-stop(90%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.56) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.56) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.56) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,1) 100%); /* IE10+ */
			background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.56) 50%,rgba(0,0,0,1) 90%,rgba(0,0,0,1) 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
		}
		.dcarousel-prev,
		.dcarousel-next {
			display: block;
			position: relative;
			width: 60px;
			height: 62px;
			z-index: 5000;
		}
		.dcarousel-prev {
			top: 70px;
			left: 774px;
			background: url(../img/prev.png) no-repeat left top;
		}
		.dcarousel-next {
			top: 8px;
			left: 1386px;
			background: url(../img/next.png) no-repeat left top;
		}
</pre></body></html>