/* jQuery lightBox plugin - Gallery style */

*{margin: 0;
padding: 0;}

h1, h2, h3, h4, h5, h6, p { margin: 0; }

html {background:#ccd6df;
  background: url(galzahradky/lesprameny.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {background:url("galorientak/bcgr.jpg"); }

#nadpis h1{text-align:center;
padding-top:40px;
padding-bottom:20px;
 text-shadow: 0px 1px 0px rgba(255,255,255,255);
}

#width{width:960px;
margin:0 auto;
}

	#gallery {width:960px;
                                 margin:0 auto;                                 		
	                 }
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {                                    
		border: 5px solid #d9d9b2;
		border-width: 5px 5px 20px;
                                    margin:5px;
                                             /* box shadow effect in Safari and Chrome*/
                -webkit-box-shadow: #333333 5px 5px 10px;
                /* box shadow effect in Firefox*/
                -moz-box-shadow: #333333 5px 5px 10px;
                /* box shadow effect in IE*/
                filter: progid:DXImageTransform.Microsoft.Shadow(color='#272229', Direction=135, Strength=10);     
                /* box shadow effect in Browsers that support it, Opera 10.5 pre-alpha release*/
                 box-shadow: #333333 5px 5px 10px;
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #ffffff; }