<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content {
/*	background-image: url(images/bg.jpg);*/
	background-repeat: no-repeat;
	background-position: center;
/*	height: 6369px;*/
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0vw;
	margin-left: auto;
}
#wrapper {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#head {
/*	height: 225px;*/
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0.2vw;
	margin-left: auto;
}

.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
	padding-top: 30px;
}

.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}

.wideslider ul li img {
    width: 100%;
    display: none;
}

.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: url(../../images/prev.png) no-repeat right center;}
.slider_next {background: url(../../images/next.png) no-repeat left center;}

.pagination {
	bottom: -30px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}

.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}


/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.wideslider ul {
    display: inline-block;
    overflow: hidden;
}
.wideslider {
	margin: 17px 0;
	padding: 0;
}
.wideslider * {
	margin: 0;
	padding: 0;
}


#content img {
max-width: 100%;
    height: auto;
}
#head img {
max-width: 100%;
    height: auto;
}
</pre></body></html>