<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----------------------------------------------*/
/* FSSLIDER STYLE
/*-----------------------------------------------*/

#background {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index:0;
}

#background img { display: none; }

#fss-content {
	position: relative;
}

.fss-next {
	display: block;
	width: 87px;
	height: 87px;
	background: transparent url(../img/nav-right.jpg) no-repeat 0 0;
	position:fixed;
	top:50%;
	right:0px;
	z-index:2;
	margin:-43px 0 0 0;
	opacity:0.8;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display:none;
}

.fss-prev {
	display: block;
	width: 87px;
	height: 87px;
	background: transparent url(../img/nav-left.jpg) no-repeat 0 0;
	position:fixed;
	top:50%;
	left:0px;
	z-index:2;
	margin:-43px 0 0 0;
	opacity:0.8;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display:none;
}
.fss-next:hover,  .fss-prev:hover{
	opacity:1;				
}
.fss-texture {
	position: absolute;
}

#fss-cross, #fss-cube, #fss-dot, #fss-plus, #fss-raster, #fss-square, #fss-star, #fss-strip1, #fss-strip2, #fss-strip3, #fss-strip4, #fss-zigzagh, #fss-zigzag, #fss-none {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: repeat;
	z-index: 0;
}

#fss-cross { background-image: url(../img/cross.png); }
#fss-cube { background-image: url(../img/cube.png); }
#fss-dot { background-image: url(../img/dot.png); }
#fss-plus { background-image: url(../img/plus.png); }
#fss-raster { background-image: url(../img/raster.png); }
#fss-square { background-image: url(../img/square.png); }
#fss-star { background-image: url(../img/star.png); }
#fss-strip1 { background-image: url(../img/strip1.png); }
#fss-strip2 { background-image: url(../img/strip2.png); }
#fss-strip3 { background-image: url(../img/strip3.png); }
#fss-strip4 { background-image: url(../img/strip4.png); }
#fss-zigzagh { background-image: url(../img/zigzagh.png); }
#fss-zigzagv { background-image: url(../img/zigzagv.png); }</pre></body></html>