<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.carousel {height: auto; border: 0px solid #000; position: relative; overflow: hidden;}
 
/*.carousel a {color: #363F53; text-decoration: none;}*/ 
.carousel-id {text-align: center; height: 18px; color: #FFF; float: left; text-decoration: none;}
/*
.carousel-id a {cursor: pointer; color: #FFF; text-decoration: none;}
.carousel-id a:hover {text-decoration: underline;}
.carousel a:hover {text-decoration: underline;}
*/
.carousel-control {z-index: 9900; position: absolute;}
.carousel-control img {height: 55px; width: 45px;}
.carousel-control img:hover {height: 50px; width: 50px;}
.carousel-left {left: 0px;}
.carousel-right {right: 0px;}

.carousel-item {float: left; z-index: 2; border: 0; overflow: hidden;}
.carousel-content {font-size: 0.8em; z-index: 1; position: relative; overflow: hidden;}
.carousel-content-scroller  {z-index: 1; position: absolute; overflow-x: hidden; overflow-y: hidden;}
.carousel-item-content {height: 65px; overflow: hidden;}

.carousel-nav {display: none; height: 25px; margin: 0 auto; position: fixed; top: 154px; width: 100%; max-width: 1024px; min-width: 768px; z-index: 1000;}
.carousel-mid {margin-left: auto; margin-right: auto; height: 1.5em; padding-left: 16px;}
.carousel-item-selected {background: #99D481;}
.carousel-item-content {padding: 0 0.5em; position: relative; top: 5px;}

.carousel-title {padding: 0 0.5em; font-size: 12px; position: relative;}
.carousel-id {width: 15px; height: 20px; margin-left: 3px; margin-right: 3px; padding-left: 2px;
	padding-right: 2px; cursor: pointer;}

/*Carousel themes*/
.carousel-theme {background: transparent; border: 0; margin-top: -1px; padding: 1px;}
.carousel-item-theme {border: 1px solid #333 !important; background: #fff; position: relative;}
.carousel-title-theme {color: #fff;}
.carousel-title-theme a:link, .carousel-title-theme a:visited {color: #333;}
.carousel-id-theme {width: 9px; height: 13px; border: 2px solid #eee; background:#999; color: #999; -moz-border-radius: 10px;
	-webkit-border-radius: 10x; -opera-border-radius: 10px; border-radius: 10px; font-size: 9px; text-shadow: none; 
	text-align: center; text-decoration: none; margin: 2px 5px;}
.carousel-id-selected-theme {background:#B13C3A; color: #B13C3A;}</pre></body></html>