/* POLAROID zdj�cia */
.polaroid-over{
	text-align: center;
	vertical-align: top;
}
.polaroid{
	/* ramka */
	color: #000;
	margin-bottom: 7px;
	position: relative;
}
.polaroid img{
	margin: 7px 5px;
	border: 1px solid #555;
	font-size: 10px;
}
.polaroid .desc{
	margin: 0 2px 10px 2px;
	font-weight: bold;
	font-size: 10px;
}

#boxForm{
	width: 680px;
	margin: 0 0 0 4px;
}	

#photoTable{
	width: 680px;
	margin: 20px 0 0 0;
	text-align: center;	
}

#photoTable .showOrg{
	position: absolute;
	top: 7px;
	right: 6px;
	background: url('/gfx/magnifier-zoom-actual.png') no-repeat center center #FFFFFF;
	border: 1px solid #555;
	height: 24px;
	width: 24px;
}

#photoTable .lightbox{
	position: relative;
}	

/** PHOTO WALL **/
#photoWall{
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	width: 709px;
	height: 681px;
	position: relative;
	top: -6px;
	left: -3px;
}
#photoWall .lightbox{
	position: absolute;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;	
}
#photoWall .hang{
	position: absolute;
}
#photoWall .hang .photo{
	position: absolute;
	background-color: #FFFFFF;
	overflow: hidden;
	z-index: 1;
	text-align: center;
}
#photoWall .hang .photo img{
	height: 100%;	
	margin: 0 auto;
}
#photoWall .hang .frame{
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	z-index: 2;
	width: 100%;
	height: 100%;
}

#photoWall .showOrg{
	position: absolute;
	background: url('/gfx/magnifier-zoom-actual.png') no-repeat center center #FFFFFF;
	border: 1px solid #555;
	height: 20px;
	width: 20px;
	z-index: 5;
	margin: 5px;
}

#photoWallYoutube, #photoWallAudioVideo{
	position: absolute;
	text-align: center;
	width: 550px;
	
	background-color: #FFFFFF;
	border-width: 7px !important;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-style: solid !important;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	z-index: 999;
	overflow: visible !important;
}
#photoWallAudioVideo{
	width: 360px;
}

#flowplayerWall.audio{
	margin-top: 15px;
}

/** LOADING **/
#addPhotoForm{position: relative;}
#photoFormOver{
	width: 630px;
	clear: both;
	position: relative;	
}
#loadingPhoto{
	height: 200px;
	width: 630px;
	z-index: 2;
	position: absolute;
	text-align: center;
}
#loadingPhoto .text{
	margin-top: 50px;	
}
#photoForm{
	z-index: 1;
}

/**
 *
 * FLOWPLAYER PLAYLIST
 *
 **/

/*{{{ general playlist settings, light gray */
.playlist {
	position:relative;
	overflow:hidden;	 	
	margin-left: 5px;
	width: 195px;
}

.playlist .clips {
	/*	
	position:absolute;
	height:20000em;
	*/
}

.playlist, .clips {
	width:195px;	
}

.clips a {
	background:url(/gfx/flowplayer_playlist/h80.png);
	display:block;
	background-color:#fefeff;
	padding:12px 39px 12px 10px;
	width:136px;
	font-size:12px;
	border-top:1px solid #DDD;
	border-left:1px solid #DDD;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	text-decoration:none !important;
	letter-spacing:-1px;
	color:#000;
	cursor:pointer;
	border-top-width:0;
	outline: none;
}

.clips a.playlist_audio,
.clips a.playlist_video {
	background-color:#F3F2E3;
	background-repeat: no-repeat;
	background-position: 156px 10px;	
	border:1px solid #DDD;
	border-top-width:0;
}
.clips a.playlist_audio {
	background-image:url(/gfx/flowplayer_playlist/audio.png);
}
.clips a.playlist_video {
	background-image:url(/gfx/flowplayer_playlist/video.png);
}

.clips a.first {
	border-top-width:1px;
}

.clips a.playing, .clips a.paused, .clips a.progress {
	/*
	background:url(/gfx/flowplayer_playlist/light.png) no-repeat 0px -69px;
	border:0;
	*/
	background-color:#e1e6b2;
	color: #2d3112;
}
	
.clips a.progress {
	/*opacity:0.6;*/	
	background: url(/gfx/flowplayer_playlist/preloader.gif) no-repeat #F4F5E7 156px 10px;
}

.clips a.paused {
	/*background-position:0 0;*/	
}

.clips a span {
	display:block;		
	font-size:11px;
	color:#666;
}

.clips a em {
	font-style:normal;
	color:#f00;
}	

.clips a:hover {
	/*background-color:#F0F0F0;*/		
}

.clips a.playing:hover, .clips a.paused:hover, .clips a.progress:hover {
	/*background-color:transparent !important;*/		 
}
/*}}}*/



/*{{{ go buttons */

a.go {
	display:block;
	width:18px;
	height:18px;
	background:url(/gfx/flowplayer_playlist/up.png) no-repeat;
	margin:5px 0 5px 105px;
	cursor:pointer;
}

a.go:hover, a.go.down:hover {
	background-position:0px -18px;		
}

a.go.down {
	background-image:url(/gfx/flowplayer_playlist/down.png);	
}

a.go.disabled {
	visibility:hidden;		
}

/*}}}*/

/*}}}*/

#flowplayer_playlisted {	
	display:block;
	width:475px;
	height:340px;
	text-align:center;
	/*color:#fff;*/
	text-decoration:none;
	cursor:pointer;
	background:#FFFFFF;
	border:1px solid #DDD;
	position: relative;
	/**/
	float: left;
}
#flowplayer_playlisted > .placeholder {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
}
#flowplayer_playlisted > .placeholder > span{
	display: block;
	max-width: 50%;
}

/* splash image */
a.player img {
	margin-top:125px;
	border:0;	
}
a.player {
	margin-top:0px;
	width:475px;		
}

#fPlaylist_preloader{
	display: none;
	float: left;
	line-height: 32px;
	padding: 5px 10px 5px 52px;
	background: url(/gfx/ajax_loader_nobg.gif) no-repeat 10px 5px #F4F5E7;
	color: #6D7A10;	
	border:1px solid #DDD;
	border-top-width: 0;
}

#flowplayer_playlisted_player.video-js.vjs-default-skin.vjs-default-skin-playlist{
	height: 100%;
	width: 100%;
}
#flowplayer_playlisted_player.video-js.vjs-default-skin.vjs-default-skin-playlist.vjs-default-skin-playlist-audio{
	background: transparent url(/gfx/layout-v3/header/logo.png) no-repeat center;
}
