<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
.caption{
	text-align: center;
font-family: 'HandbookPro', Arial, Helvetica, sans-serif;
z-index: 99;
position: absolute;
bottom: 45px;
left: 380px;
width: 300px;
height: 100px;
overflow: hidden;
color: #075697;
font-size: 40px;
 }
 .capTitle {
	background-color: #bb0bc6;
	font-size: 2.5em;
	line-height: 60px;
	text-align: center;
	display: block;
	float: left;
	height: 60px;
	width: 360px;
	color: #FFF; 
	 }
.capKod {
	float: left;
	height: 60px;
	width: 110px;
}
.capKod1 {
	background-color: #700777;
	height: 25px;
	font-size: 1.2em;
	line-height: 25px;
}
.capKod2 {
	background-color: #9b09a5;
	height: 35px;
	font-size: 1.6em;
	line-height: 30px;}

 .capNav {
	float: left;
	height: 35px;
	background-color: #93019d;
	margin-top: 25px;

}
.capNav a {
		cursor: pointer;

	display: block;
	float: left;
	font-size: 14px;
	color: #FFF;
	line-height: 8px;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

 .slidesjs-pagination {
	list-style: none;
	position: absolute;
	z-index: 15;
	margin-left: 520px;
	margin-top: -40px;
	width: 200px;
	margin-right: 0;
	margin-bottom: 0;
}
    }

    .slidesjs-pagination li {
	float: left;
	margin: 0 1px;
	position: relative;
	display: block;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 13px;
      height: 0;
      padding-top: 13px;
      background-image: url(pagination.png);
      background-position: 0 0;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
      background-position: 0 -13px
    }

    .slidesjs-pagination li a:hover {
      background-position: 0 -26px
    }

    #slides a:link,
    #slides a:visited {
      color: #333
    }

    #slides a:hover,
    #slides a:active {
      color: #9e2020
    }


.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow { width: 45%; min-width: 200px; max-width: 500px; margin: 10px auto; padding: 0; position: relative;
    background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;

 }

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; top: 10px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager &gt; * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}


/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }
</pre></body></html>