/* 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:857px;
height:118px;
margin:20px auto 0px auto;
background:url("galorientak/epic.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-style: solid; border-width: 5px; border-color: white;
		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{border:opacity: 0.2;   
filter: alpha(opacity=20);   
-moz-opacity: 0.2;   
-khtml-opacity: 0.2;
	}
	#gallery ul a:hover img {
		border: 5px solid transparent;
		border-width: 5px 5px 20px;
		color: transparent;
}
	}
	#gallery ul a:hover { color: #fff; }