/**
* @file: highslide.css 
* @version: 4.1.13
*/
body {
	background-color:#222222;
	margin:0;
	padding:0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #a3770d;
	line-height: 1;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background-color:#222222;	
} 
h1 {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 5px 10px;
	color: rgb(255, 255, 255);
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5), 0 0 5px rgba(0,0,0,0.2);
	font-size: 18px;
	font-family: Helvetica, Arial, sans-serif;
	border: none;
	line-height: 1;
	margin: 0px;
}

h2 {
	color: #cc9933;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding: 0px 3px;
}

a {
	color: #7c2930;
}
a:hover {
	color: #a3770d;
}
a:focus {
	outline: none;
}
.highslide-container div {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide img {
	border:none;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .9);
	opacity: 0.8;
	margin-top: 10px; 
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
}
.highslide:hover img {
 opacity: 1; 
 /*Glow*/ 
 -webkit-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); -moz-box-shadow: 0px 0px 20px rgba(255,255,255,0.8); box-shadow: 0px 0px 20px rgba(255,255,255,0.8); 
} 
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}
.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
}
.highslide-dimming {
	/*position: absolute;*/
	background: black;
}
a.highslide-full-expand {
   background: url(../szlaki_index/highslide/graphics/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(graphics/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
.highslide-move, .highslide-move * {
	cursor: move;
}
.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}
/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}
/*----------- Footer -----------------*/
#footer {
	border-top:1px solid #cccccc;
	margin: 20px auto;
	padding: 10px 0 50px;
	width:960px;
	text-align:right;
}
#footer p {
	color: #cccccc;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	display: block;
	padding: 0;
	width: 960px;
}