body{background:url(../gallery/intra.jpg)}

.width900{width:900px;
margin:20px auto 5px auto;
}

#textgal{
width:773px;
height:141px;
padding-top:15px;
background:url(../gallery/Zahradky11.jpg);
display:block;
text-indent:-9999px;
}

	#gallery {
		background-color: transparent;                                      
                                    margin: 0px auto 45px auto;
		width: 900px;                                 
	                  }
	#gallery ul { list-style: none; }
	#gallery ul li { display: inline; }
	#gallery ul img {
		border: 5px solid #d4bb6d;
		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 #ffffff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	#gallery ul a:hover { color: #ffffff; }

#bottom{
width:800px;
height:30px;
}

.clear{clear:both}



