<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { margin: 0; outline: none; }
		
		.c { clear: both; }
		#wrapper {
	margin: 0 auto;
	width: 600px;
}
		h2 { padding: 20px 0 10px 0; font-size: 24px; line-height: 40px; font-weight: normal; color: #adc276; text-shadow: 0 1px 3px #222222; }
		
		
	#slider_container_2 {
	float: left;
	padding: 25px;
	width: 600px;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 350px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: -25px;
}

.SliderName_2 {
	float: left;
	width: 600px;
	height: 350px;
	overflow: hidden;
}

.SliderNamePrev_2 {
	width: 50px;
	height: 250px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
	background-image: url(../img/left.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.SliderNameNext_2 {
	width: 50px;
	height: 250px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;
	background-image: url(../img/right.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.SliderName_2Description {
	padding: 10px;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	text-shadow: 0 1px 3px #000000;
}

#SliderNameNavigation_2 {
	margin: 0;
	height: 30px;
	text-align: center;
	overflow-y: hidden;
	width: 600px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#SliderNameNavigation_2 a:link, #SliderNameNavigation_2 a:active, #SliderNameNavigation_2 a:visited, #SliderNameNavigation_2 a:hover{
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-decoration: none;
}


#SliderNameNavigation_2 a img
{
	border: none;
	width: 16px;
	height: 16px;
	background-image: url(../img/bullet.png);
	background-repeat: no-repeat;
	background-position: center center;
}

#SliderNameNavigation_2 a.active img
{
	background-image: url(../img/bullet_active.png);
	background-repeat: no-repeat;
	background-position: center center;
}
</pre></body></html>