body{

background:url(szablon/plama.png) no-repeat left top,url(szablon/tlo.png);
}
#tresc{
   /* padding-left: 300px;*/
    height:100%;
    width:100%;
   padding-left: 100px;
     margin-bottom: 0px;
     padding-bottom: 0px;
}
p{
    width:500px;

}
#calosc{
 height:1850px;
  }
  ul{
      display: block;
     
}
li{
    display:inline;
     background: rgba(100,100,100,0.3);
     border:solid 2px white;
     padding:5px 5px 20px 5px;
}
/*-----------------------------------------------------------galeria*/
#gallery{
      height:100%;
    width:100%;
   padding-left: 100px;
     margin-bottom: 0px;
     padding-bottom: 0px;
}
#gallery table{
    margin: auto 0 auto 0;
}

#gallery img{
     
    margin:2px;
    border:solid 5px rgba(0,0,0,0);
   
    
}
#gallery img:hover{
    height:104px;
    border:0px;
    
}
#gallery td{
   width:100px;
   padding:2px;
   padding-left: auto;
   padding-right: auto;
   margin:1px 1px 0 0;
   background: rgba(100,100,100,0.3);
   text-align: center;
}
#gallery td:hover{
    -webkit-box-shadow: 2px 2px 2px 2px rgba(10, 10, 10, 0.5);
-moz-box-shadow: 2px 2px 2px 2px rgba(10, 10, 10, 0.5);
box-shadow: 2px 2px 2px 2px rgba(10, 10, 10, 0.5);
}

#gallery a{
    font-size: 10px;

}
#gallery a:hover{
 color:white;
}


/*----------------------------------------------------------lightbox*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: rgba(100,100,100,0.3);
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav a:hover { outline: none; border-left:5px;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: rgba(100,100,100,0.3);
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}