﻿/*
  flash_main: Główny div aktualności flash
  ustawiamy wymiary okna o 10px wiekszy niz w .slides_container, .slides_container div.slide, .flash_img, .caption
*/
#flash_main {
	width: 645px;
	height: 300px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	position:relative;
	z-index:0 !important;
	border-radius: 5px;
}
#slides {
	top:0px;
	z-index:100;
	float: left;
   width: 100%;
   position: relative;
}

/*
	frame:
	grafika otaczająca aktualności
*/

#flash_frame {
	display: none;
	position:absolute;
	z-index:0;
	text-align: center;
	width: 645px;
	height: 300px;
}


/*
	Slides container:
	ustawiamy szerokość okna
*/

.slides_container {
	width:645px;
	overflow:hidden;
	position:relative;
	display:none;
	text-align: left;
}

/*
	slides_container div.slide:
	ustawiamy szerokość i wysokość slajdu
*/

.slides_container div.slide {
	width: 390px;
	height: 300px;
	display:block;
	text-align: center;
	border: none;
}

/*
	flash_img:
	wymiar poszczególnego zdjęcia
*/

.flash_img {
	max-width: 390px !important;
	max-height: 300px !important;
	text-align: center;
}

/*
	Next/prev:
	położenie przycisków < i >
*/

#slides .next,#slides .prev {
	position:absolute;
	top:300px;
	left:17px;
	display:none;
	z-index:101;
}


#slides .next {
	left:380px;
}

/*
	Pagination:
	przyciski nawigacji pod slajdem
*/

.pagination {
	overflow: hidden;
	margin: -35px 175px 0px 0px;
	position: relative;
	max-width: 230px;
	z-index: 1000;
   float: right;
   list-style: none;
	height: 22px;
   padding: 0px 0px 0px 0px;
   text-align: center;
}

.pagination li {
	font-family: 'Roboto', sans-serif;
	font-weight: 400 !important;
	margin: 0px 2px 0px 2px;
	float:left;
	z-index: 1000;
	list-style:none;
	font-size: 12px;
	display: block;
   padding: 0px;
   position: relative;
}

.pagination li a.flash_nr_tlo_a {
	display:block;
	width:10px;
	padding: 5px 6px;
	float:left;
	overflow:hidden;
	background: #fefefe;
	background: -moz-linear-gradient(top,  #fefefe 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#ececec));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#ececec 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#ececec 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#ececec 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#ececec 100%);
}
.pagination li.current a.flash_nr_tlo_a {
	width:10px;
	padding: 5px 6px;
	background: #4eb3ff;
}
.pagination li.current a.flash_nr_tlo_a  {
	color: #fff !important;
}
.flash_nr {
	width: 23px;
	margin: 4px 0px 0px 0px;
	position: absolute;
	z-index: 1000;
	font-size: 0px;
	color: #000;
	font-family: Tahoma;
   text-align: center;
}

.pagination li a.flash_nr_a {
	color: #fff;
}
.pagination li a.flash_nr_a:hover {
	text-decoration-color: transparent;
}

/*
	Caption:
	podświetlenie pod tekstem
*/

.caption {
	text-align: left;
	z-index:500;
	position:absolute;
	bottom:0px;
	left:0;
	padding: 0px 10px 0px 10px;
	height: 300px;
	margin: 0px 0px 0px 380px;
	text-shadow:none;
	cursor: pointer;
	border: none;
	border-radius: 0px 5px 5px 0px;
	background: #03aae9;
	background: -moz-linear-gradient(top,  #03aae9 0%, #039cd6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03aae9), color-stop(100%,#039cd6));
	background: -webkit-linear-gradient(top,  #03aae9 0%,#039cd6 100%);
	background: -o-linear-gradient(top,  #03aae9 0%,#039cd6 100%);
	background: -ms-linear-gradient(top,  #03aae9 0%,#039cd6 100%);
	background: linear-gradient(to bottom,  #03aae9 0%,#039cd6 100%);
}

/*
	flash_tytul:
	Styl tytułu slajdu
*/

.flash_tytul {
	padding:0;
	border:0;
	outline:0;
	font-size:16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 24px;
	width: 240px;
	border: none;
	margin: 13px 0px 10px 5px;
}
.flash_skrot {
	padding:0;
	border:0;
	outline:0;
	font-size: 14px;
	text-transform: none !important;
	font-family: 'Roboto', sans-serif;
	font-weight: 300 !important;
	color: #000;
	border: none;
	width: 240px;
	margin: 0px 0px 0px 5px;
	line-height: 16px;
	overflow: hidden;
	height: 215px;
}

/*
	flash_wiecej:
	Styl tekstu czytaj wiecej
*/

.flash_wiecej_p {
display: none;
}

.flash_wiecej {
display:none;
}
