#lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
	opacity: 0.85;
	display: none;
}
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-family: tahoma, verdana, arial, sans-serif;
	font-weight: normal;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border-radius: 4px;
}
.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-container {
	padding: 10px;
}
.lb-loader {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.lb-container > .nav {
	left: 0;
}
.lb-nav a {
	outline: none;
}
.lb-prev, .lb-next {
	width: 49%;
	height: 100%;
	background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
	/* Trick IE into showing hover */
	display: block;
}
.lb-prev {
	left: 0;
	float: left;
}
.lb-next {
	right: 0;
	float: right;
}
.lb-prev:hover {
	background: url(../../slike/lb-prev.png) left 48% no-repeat;
}
.lb-next:hover {
	background: url(../../slike/lb-next.png) right 48% no-repeat;
}
.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}
.lb-data {
	padding: 0 10px;
	color: #bbb;
}
.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}
.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}
.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 11px;
}
.lb-data .lb-close {
	width: 35px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
.lb-data .lb-close:hover {
	cursor: pointer;
}

/* --- photoswipe.css --- */

body.ps-active, body.ps-building, div.ps-active, div.ps-building {
	background: #000;
	overflow: hidden;
}
body.ps-active *, div.ps-active * {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	display: none;
}
body.ps-active *:focus, div.ps-active *:focus {
	outline: 0;
}
div.ps-uilayer {
	background: #000;
	cursor: pointer;
}
div.ps-document-overlay, div.ps-zoom-pan-rotate {
	background: #000;
}
div.ps-zoom-pan-rotate * {
	display: block;
}
div.ps-carousel-item-loading {
	background: url(../../slike/ps-loader.gif) no-repeat center center;
}
div.ps-carousel-item-error {
	background: url(../../slike/ps-error.gif) no-repeat center center;
}
div.ps-caption, div.ps-toolbar{
	background: #000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#303130', endColorstr='#000101'); /* IE 6-9 */
	background: -webkit-gradient(linear, left top, left bottom, from(#303130), to(#000101)); /* lte Android 2.3 */
	background: -webkit-linear-gradient(top, #303130, #000101);
	background:    -moz-linear-gradient(top, #303130, #000101);
	background:     -ms-linear-gradient(top, #303130, #000101);
	background:      -o-linear-gradient(top, #303130, #000101);
	background:         linear-gradient(to bottom, #303130, #000101);
	border-bottom: 1px solid #42403f;
	color: #fff;
	font-size: 13px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
}
div.ps-caption {
	border-bottom: 1px solid #42403f;
}
div.ps-caption * {
	display: inline;
}
div.ps-caption-bottom {
	border-top: 1px solid #42403f;
	border-bottom: none;
	min-height: 44px;
}
div.ps-caption-content {
	padding: 13px;
	display: block;
}
div.ps-toolbar {
	border-top: 1px solid #42403f;
	height: 44px;
	display: table;
	table-layout: fixed;
}
div.ps-toolbar * {
	display: block;
}
div.ps-toolbar-top {
	border-bottom: 1px solid #42403f;
	border-top: none;
}
div.ps-toolbar-close, div.ps-toolbar-previous, div.ps-toolbar-next, div.ps-toolbar-play {
	cursor: pointer;
	display: table-cell;
}
div.ps-toolbar div div.ps-toolbar-content {
	width: 44px;
	height: 44px;
	margin: 0 auto 0;
	background-image: url(../../slike/ps-icons.png);
	background-repeat: no-repeat;
}
div.ps-toolbar-close div.ps-toolbar-content {
	background-position: 0 0;
}
div.ps-toolbar-previous div.ps-toolbar-content {
	background-position: -44px 0;
}
div.ps-toolbar-previous-disabled div.ps-toolbar-content {
	background-position: -44px -44px;
}
div.ps-toolbar-next div.ps-toolbar-content {
	background-position: -132px 0;
}
div.ps-toolbar-next-disabled div.ps-toolbar-content {
	background-position: -132px -44px;
}
div.ps-toolbar-play div.ps-toolbar-content {
	background-position: -88px 0;
}

/* --- Hi-res display --- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and    (-moz-min-device-pixel-ratio: 1.5),
	   only screen and (min-resolution: 240dpi)
{
div.ps-toolbar div div.ps-toolbar-content
{
	-webkit-background-size: 176px 88px;
	background-size: 176px 88px;
	background-image: url(../../slike/ps-icons2x.png);
}
}