/* @override http://sanson/css/lightbox.css */

#lightboxImage {
	width: 100%;
	padding: 0;
	margin: 0;
}

#lightbox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 200;
	text-align: center;
	line-height: 0;
	}

#lightbox a{
	border: none;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 300px;
	height: 300px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 21px 0 0 0;
	margin: 0;
	background: #404040;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: #fff url(../img/loadwhite.gif) no-repeat center center;
	}

/* @group My Group */



/* @end */

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #404040;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	position: relative;
  top: 21px;
  z-index: 110;
}


/*#imageData{	padding:2px 5px; height: 17px; color: #666;
position: relative;
background: #272727;
	
}*/

#imageDetails {	padding:2px 0 2px 5px; height: 19px; color: #fff;
position: relative;
background: #404040;
}

#imageData{	padding:0 5px 2px 5px; height: 19px; 
color: #fff;
position: relative;
background: #404040;
}
	
#imageData a {	margin-top: 0px;		

}

#imageData #caption{ font-weight: bold; float: left; margin-right: 10px;
padding-top: 2px;
font-size: 11px;
 }
#imageData #numberDisplay{ float: left; padding: 2px 0 0 0px;
font-size: 11px;
}			
#imageData #bottomNavClose{ 
  width: 16px; 
  height: 16px;
  margin-left: 2px;
  float: right !important; 
  background: url(../img/closelabel2.gif) left top no-repeat;
}	
#imageData #prevLink, #imageData #nextLink{
	width: 15px;
	height: 15px;
	display: block;
	background: url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	float: right;

}

#imageData img{
padding: 3px;

}
#imageData #prevLink { background: url(../img/prev2.gif) left top no-repeat; }
#imageData #nextLink { background: url(../img/next2.gif) left top no-repeat;
margin-left: 2px;
margin-right: 3px; }
		
		
/* uprava lightboxu - bocni klikance */		
#hoverNav{
	position: absolute;
	top: 0px;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;
}
#hoverNav a{ outline: none;}
#prevLink2, #nextLink2{
	width: 49%;
	height: 100%;
	background: transparent url(../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink2 { left: 0; float: left;}
#nextLink2 { right: 0; float: right;}
#prevLink2:hover, #prevLink2:visited:hover { background: url(../img/prevlabel.gif) left 50% no-repeat; }
#nextLink2:hover, #nextLink2:visited:hover { background: url(../img/nextlabel.gif) right 50% no-repeat; }
		
/*  /uprava lightboxu - bocni klikance */		
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 190;
	width: 100%;
	height: 500px;
	background-color: #000;
}
	