<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#fade {
    background: url('../images/fade.png') repeat-x;
    width: 100%;
    height: 190px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 3;
}

.bx-wrapper {
	z-index: 2;
	position: relative;
}


.bx-controls {
	position: relative;
	float: left;
	width: 100%;
	position: relative;
	z-index: 9999999;
	margin-top: 0;
}


a.bx-prev{
	position: relative;
	top: -70px;
	left: -50px;
	height: 37px;
	width: 16px;
	background: url('../images/arrows.png') no-repeat 0 0;
	text-indent: -999999px;
	z-index: 9999;
	display: block;
	float: left;
}

a.bx-prev:hover {
	background-position: -18px 0px;
}

a.bx-next{
	position: relative;
	top: -70px;
	right: -45px;
	background: url('../images/arrows.png') no-repeat -64px 0;
	height: 37px;
	width: 16px;
	display: block;
	float: right;
	text-indent: -999999px;
}

a.bx-next:hover {
	background-position: -46px 0;
}

.thumbwrap {
	float: left;
	width: 96%;
	margin: 2%;
}</pre></body></html>