/* jQuery lightBox plugin - Gallery style */

body {}

*{margin: 0;
padding: 0;}


html {background:#ccd6df;
  background: url(galorientak/bcgr.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#nadpis{width:800px;
height:115px;
margin:-40px auto 0 auto;
background:url("galorientak/nadpis17.png")
}

#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 transparent;*/
    border: 5px solid rgba(254, 254, 254, 0.5);
		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 transparent;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #ffffff; }