/* is moving big content div to the right */
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 550px; 
}

div.content a, div.navigation a {
	text-decoration: none;
}

div.navigation{
float:left;

}

div.controls a {
	padding: 5px;
}

div.ss-controls {
	float: left;
}

div.nav-controls {
	float: right;
}

/* PROBLEM */
div.slideshow-container {
	position: relative;
	margin-top:0px;
	width:350px;
	clear: both;
	height: 300px; 
	
	} /*This should be set to be at least the height of the largest image in the slideshow */

	
/* PROBLEM */
div.slideshow-container {
	position: relative;
	margin-top:0px;
	width:350px;
	clear: both;
	height: 300px; } /*This should be set to be at least the height of the largest image in the slideshow */

	
/* PROBLEM */
div.caption-container {
	position: relative;
	display:block;
	width:350px;
	margin-bottom:10px;
	/*position: relative;  to jest odpowiedzialne za nakladanie sie napisow */
	clear: left;
	height: 75px; }

/* PROBLEM */
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-right:20px;
	margin-top:0px;
}


div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow a.advance-link {
	display: block;
	width: 550px;
	/*height: 200px;  This should be set to be at least the height of the largest image in the slideshow */
	line-height: 2px; /* odleglosc miedzy duzym obrazkiem i linkami na gorze */
	text-align: center;
	text-decoration:none;
}

div.download {
	
	float: right;
	font-size:130%
}

span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
padding:0px;
margin:0px;
	/*padding: 12px;*/
}

ul.thumbs {
	width:100px;
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	/*margin: 5px 10px 5px 0;*/
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #F15B41;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}

