#galleries div#container {
	padding: 20px;
}

#galleries div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	/* display: none;*/
	float: left;
	width:720px; 
	border-bottom: 1px dashed #E0CF9B;
	margin-top: 7px;
	padding-top: 7px;
}
#galleries div.controls {
	margin-top: 5px;
	height: 23px;
}

#galleries div.nav-controls {
	display: block;
	text-align: center;
	height: 23px;
	line-height: 23px;
}

#galleries div.nav-controls a {
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}

#galleries div.nav-controls a:hover {
	background-color: #EFEBE7;
	text-decoration: none;
}

#galleries div.slideshow {
	clear: both;
	margin-top: 5px;
}
#galleries div.slideshow span.image-wrapper {
	float: left;
	margin-bottom: 8px;
	width: 100%;
	text-align: center;
}

#galleries div.slideshow a.advance-link {
	
}
#galleries div.slideshow img {
	border: none;
	padding: 2px;
	border: 1px solid #ccc;
}

/* opis foty */
#galleries div.download {
	float: right;
	font-weight: bold;
	line-height: 23px;
}

#galleries div.download a {
	padding: 3px 7px 2px 7px;
	border: 1px solid #ccc;
	background-color: #FFF;
}

#galleries div.download a:hover {
	background-color: #EFEBE7;
	text-decoration: none;
}

#galleries div.embox {
	clear: both;
	border: 1px solid #65879d;
	background-color: #b8cde7;
	padding: 12px;
	margin-bottom: 10px;
	margin-top: 5px;
}
#galleries div.image-title {
	font-weight: bold;
	font-size: 1.1em;
}

#galleries div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}

/* nawigacja dolna */
#galleries div.navigation {
	width:720px;
	float: left;
	text-align: center;
}
#galleries ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
#galleries ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 4px 5px 0;
	list-style: none;
}
#galleries ul.thumbs li a {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
#galleries ul.thumbs li.selected a {
	background: #045D99;
}
#galleries ul.thumbs a:focus {
	outline: none;
}
#galleries ul.thumbs img {
	border: none;
	display: block;
}

#galleries div.pagination {
	clear: both;
	text-align: center;
	line-height: 23px;
}
#galleries div.navigation div.top {
	margin-top: 12px;
	margin-bottom: 12px;
	height: 12px;
}
#galleries div.navigation div.bottom {
	margin-top: 12px;
}
#galleries div.pagination a, div.pagination strong {
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
#galleries div.pagination a:hover {
	background-color: #EFEBE7;
	text-decoration: none;
}
#galleries div.pagination strong {
	background-color: #AFCBE0;
	color: #FFF;
}
