@import url(default.css);

#navigation ul li:hover > ul 
	{display: block;}

#gallery
	{float: none;
	overflow: visible;
	width: 100%;
	height: auto;
	border: 0;}

#gallery img
	{margin-bottom: 10px;
	border: 1px solid white;}

#gallery-menu
	{display :none;}
	
#gallery-description
	{width: 100%;
	text-align: center;}