div.zdjecie_nakladka img {
	behavior: url(style/iepngfix.htc);
}

/*
	ELEMENTS
	#############################################################################

*/

.artshow-overflow {
	overflow: hidden;
}

.artshow-mask {
	background-color: #000;
	opacity: 0.7;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.artshow-mask,
.artshow-scene {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10000;
}

.artshow-scene {
	bottom: 69px;
	overflow: auto;
}

.artshow-panel {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
	overflow: hidden;
	z-index: 10010;
}

.artshow-thumbs {
	margin: 0 35px 0 30px;
	overflow: hidden;
}

.artshow-overlay img {
	display: block;
}

ol.artshow-captions {
	display: none;
}
/* =view
************************************************************** */

.artshow-view {
	margin: 0 auto;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.artshow-view img {
	border: 10px solid #fff;
	margin: 0 auto;
}

.artshow-view div.artshow-spaced {
	margin-top: 10px;
}

.artshow-progress {
	width: 48px;
	height: 48px;
	margin: -24px auto 0 auto;
	background: url(http://gfx.filmweb.pl/gf/new/loader.gif);
}

.artshow-photo {
	margin: 0 auto;
	position: relative;
}

.artshow-close {
	position: absolute;
	right: -15px;
	top: -15px;
	background: url(../img/close.png) no-repeat;
	width: 30px;
	height: 30px;
	cursor: pointer;
}

.artshow-preload {
	display: block;
	overflow: hidden;
	padding: 0;
	border: 0;
	width: 1px;
	height: 1px;
	position: absolute;
}

/* =custom html
************************************************************** */

.artshow-html {
	font-family: "Lucida Sans Unicode","Lucida Grande",LucidaGrande,"Lucida Sans",Geneva,Verdana,sans-serif;
	font-size: 12px;
	color: #fff;
	width: 600px;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
}

.artshow-html p {
	margin: 0;
}

.artshow-html a {
	text-decoration: none;
	color: #ddd;
	border-bottom: 1px dotted #aaa;
}

.artshow-html a:hover {
	border-bottom-style: solid;
}

/* =single / fullscreen view
************************************************************** */

.artshow-single .artshow-scene,
.artshow-fullscreen .artshow-scene {
	bottom: 0;
}

.artshow-single .artshow-slideshow {
	z-index: -1;
	_left: -1000em;
}

/* =next / prev
************************************************************** */

.artshow-list-prev,
.artshow-list-next {
	background: #000 url(../img/buttons.png) no-repeat 0 -138px;
	width: 30px;
	height: 39px;
	padding: 15px 0;
	top: 0;
	position: absolute;
	cursor: default;
}

.artshow-list-prev {
	left: 0;
}

.artshow-list-next {
	right: 0;
	background-position: -30px -138px;
}

.artshow-list-prev.artshow-active,
.artshow-list-next.artshow-active {
	cursor: pointer;
}

.artshow-list-prev-active {
	background-position: 0 0;
}

.artshow-list-prev-active:hover {
	background-position: 0 -69px;
}

.artshow-list-next-active {
	background-position: -30px 0;
}

.artshow-list-next-active:hover {
	background-position: -30px -69px;
}

/* =thumbnail list
************************************************************** */

.artshow-list {
	height: 69px;
	width: 10000px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}

.artshow-list:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.artshow-list li {
	float: left;
	margin:0;
	padding:0;
}

.artshow-list li a {
	display: block;
	padding: 15px 5px;
	width: 39px;
}

.artshow-list li.selected a {
	background: url(../img/selected.png) no-repeat 50% 6px;
}

.artshow-list li.selected a img {
	border-color: #fff;
}

.artshow-list li a img {
	border: 2px solid #666;
	margin: 0 auto;
}


.artshow-list li a:hover img {
	border-color: #fff;
}

.artshow-shadow-left,
.artshow-shadow-right {
	position: absolute;
	top: 0;
	width: 20px;
	height: 69px;
	background-repeat: repeat-y;
}

.artshow-shadow-left {
	left: 30px;
	background-image: url(../img/shadow-left.png);
}

.artshow-shadow-right {
	right: 30px;
	background-image: url(../img/shadow-right.png);
}



/* =pager
************************************************************** */

.artshow-pager {
	background-color: #000;
	position: absolute;
	left: 50%;
	bottom: 0;
	max-width: 100%;
}

.artshow-pager a {
	display: block;
	float: left;
	width: 11px;
	height: 7px;
	padding: 4px 0;
	text-indent: -1000em;
	background: url(../img/pager.png) no-repeat 0 4px;
	overflow: hidden;
}

.artshow-pager a.active {
	background-position: -9px 4px;
}

/* =slideshow
************************************************************** */

.artshow-slideshow {
	position: fixed;
	bottom: 0;
	right: 10%;
	margin: 0 0 100px -120px;
}

.artshow-slideshow a {
	display: block;
	width: 80px;
	height: 90px;
	background-repeat: no-repeat;
	float: left;
}

.artshow-speed {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

a.artshow-slideshow-prev {
	background-image: url(../img/slideshow-prev.png);
}

a.artshow-slideshow-play {
	background-image: url(../img/slideshow-play.png);
}

a.artshow-slideshow-pause {
	background-image: url(../img/slideshow-pause.png);
}

a.artshow-slideshow-next {
	background-image: url(../img/slideshow-next.png);
}

a.artshow-slideshow-prev-inactive,
a.artshow-slideshow-next-inactive {
	cursor: default;
}

a.artshow-slideshow-prev-inactive {
	background-image: url(../img/slideshow-prev-inactive.png);
}

a.artshow-slideshow-next-inactive {
	background-image: url(../img/slideshow-next-inactive.png);
}
