<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.eosSliderWrapper:after, 
ul.eosSliderList:after 							{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.eosSliderWrapper 								{ position: relative; padding: 0 0 80px 0; }
.eosSlider										{ padding: 8px; background: #fff; }
ul.eosSliderList 								{ margin: 0; padding: 0; }
li.eosSliderItem 									{ margin: 0; padding: 0; float: left; position: relative; list-style: none; }
.eosSliderCaption 								{ position: absolute; top: 0; left: 0; width: 410px; padding: 50px; height: 100%; 
												background: transparent url("images/tr-caption.png") 0 0  no-repeat; }
h3.eosSliderTitle 								{ padding: 0 0 18px; margin: 0; font-family: "Segoe UI", "Segoe", Arial,Helvetica,sans-serif; 
												font-weight: normal; color: #fff; font-variant: small-caps; font-size: 38px; 
												line-height: 42px; width: 360px; text-shadow: 2px 2px #000; }
p.eosSliderDetail 								{ padding: 0 0 22px; margin: 0; font-family: "Segoe UI", "Segoe", Arial,Helvetica,sans-serif; 
												font-weight: normal; color: #fff; font-size: 14px; line-height: 20px; width: 320px; }
a.eosSliderLink, 
a.eosSliderLink:link, 
a.eosSliderLink:visited	 						{ float: left; display: block; padding: 4px 16px 6px 16px; margin: 0; 
												font-family: "Segoe UI", "Segoe", Arial,Helvetica,sans-serif; font-weight: normal; color: #000; 
												font-size: 14px; line-height: 20px; background: #fff; border-radius: 4px; 
												text-decoration: none; border: none; }
a.eosSliderLink:hover 							{ background: #cd0000; color: #fff; }
a.prevSlide,
a.prevSlide:link,
a.prevSlide:visited,
a.nextSlide,
a.nextSlide:link,
a.nextSlide:visited								{ position: absolute; top: 45%; margin: -35px 0 0 0; height: 50px; width: 26px;
												background: url(images/arrow.png) left top no-repeat transparent; z-index: 1; 
												cursor: pointer; text-indent: -999px; overflow: hidden; }
a.prevSlide,
a.prevSlide:link,
a.prevSlide:visited								{ left: 4px;  background-position: left top; }
a.nextSlide,
a.nextSlide:link,
a.nextSlide:visited								{ right: 4px; background-position: right top;  }
a.prevSlide:hover								{ background-position: left bottom; }
a.nextSlide:hover								{ background-position: right bottom;  }
ul.eosSliderNav									{ margin: 0; padding: 0 0 40px 0; position: absolute; bottom: 0; width: 100%; 
												text-align: center; background: transparent url(images/tr-shadow.png) center bottom no-repeat; }
li.eosSliderNavItem								{ margin: 4px; padding: 4px; list-style: none; background: #000; display: inline-block;
												*display: inline; zoom: 1; cursor: pointer; }
li.eosSliderNavItem:hover						{ background: #333; }
li.eosSliderNavItem img							{ width: 120px; }
ul.eosSliderNav li.selected						{ background: #fff; }

@media screen and (max-width: 960px){
	.eosSliderWrapper img						{ max-width: 100%; }
	.eosSliderCaption							{ height: auto; }
}
@media screen and (max-width: 640px){
	.eosSliderWrapper							{ padding: 0; }
	.eosSliderCaption							{ position: relative; background: #000; width: auto; padding: 12px;  }
	a.eosSliderLink, 
	a.eosSliderLink:link, 
	a.eosSliderLink:visited						{ float: none; display: table; }
	ul.eosSliderNav								{ position: relative; padding: 12px 0 40px 0; }
	a.prevSlide,
	a.prevSlide:link,
	a.prevSlide:visited,
	a.nextSlide,
	a.nextSlide:link,
	a.nextSlide:visited							{ top: 50px; margin: 0; }
	h3.eosSliderTitle 							{ width: 100%; max-width: 360px; }
	p.eosSliderDetail 							{ width: 100%; max-width: 360px; overflow: hidden; text-overflow: ellipsis; }
}</pre></body></html>