<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slider-wrapper 
{
    width: 970px;
}
.gallery-wrapper ,
.gallery-wrapper .nivoSlider a.nivo-imageLink
{
    /*width: 460px;
    height: 307px;*/
    display: inline;
}

.nivoSlider {
	position:relative;
	background:#fff url(g.gif) no-repeat 50% 50%;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.nivoSlider img.visible {
    display: inline;
}
.nivoSlider a 
{
    border:0;
	display:block;
}

.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}

.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}

.nivo-caption {
	position: absolute;
	right: 0px;
	bottom: 150px;
	background: #26B3A8;
	color: #fff;
	opacity: 0.8; /* Overridden by captionOpacity setting */
	z-index: 8;
    width: 390px;
}
.nivo-caption h2 {
    font-size: 24px;
    color: #fff;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a,
.nivo-caption a:hover {
    color: #fff;
    padding: 15px;
}
.nivo-caption a.wrap:hover {
    text-decoration: none;
}
/*.nivo-caption-magnifier
{
    background-image: url(/templates/frico/images/magnifier-icon-large.png);
    width: 32px;
}*/
.nivo-caption a h3,
.nivo-caption a:hover h3 {
    color:#313131;
    margin: 0;
}


.nivo-html-caption {
    display:none;
}

.nivo-directionNav a 
{
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 9;
    border: 0 none;
    display: block;
    height: 36px;
    width: 36px;
    text-indent: -9999px;    
    opacity: 0.6;
}

.nivo-directionNav a:hover 
{
    opacity: 1;
}

.nivo-prevNav {
	left: -10px;
	background: url(/images/arrowleft.png) no-repeat scroll 0 0 transparent;	
}

.nivo-nextNav {
	right:-10px;
	background: url(/images/arrowright.png) no-repeat scroll 0 0 transparent;	
}
.nivo-controldiv
{
    position: relative;
	margin-top:360px;
	text-align:center;
	z-index:20;
	height:6px;
}
.nivo-controlNav 
{
    width:88px;
    margin:0 auto;
}

.nivo-controlNav a {
	z-index:9;
	cursor:pointer;
	display:block;
	width:6px;
	height:6px;
	background:url(/images/bullets.png) no-repeat;
	text-indent:-9999px;
	margin-left:3px;
	margin-right:2px;
	border:0;
	float:left;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-position/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	float:left;
}
.nivo-controlNav a.active {
	font-weight:bold;
	background-position:0 -6px;
}

.slider-wrapper {
    height: 385px;
    overflow-y: hidden;
}
.slider-wrapper .nivo-controlNav {
    top: 0px;
}
.slider-wrapper .nivoSlider {
    margin-top: 0px;/*Ô­Öµ-50*/
}
.gallery-wrapper .nivo-caption {
    width: auto;
    bottom: 10px;
    right: 10px;
    background-color: rgba(255,255,255,0.5);
}
.gallery-wrapper .nivo-caption p {
    padding: 0;
}
.gallery-wrapper .nivo-caption img {
    display: inline;
    padding: 4px;
}
.gallery-wrapper .nivo-caption a,
.gallery-wrapper .nivo-caption a:hover 
{
    padding: 0;
    width: 40px;
    height: 40px;
}
</pre></body></html>