#gallery {
	border : 4px solid #ccc;
	width : 572px;
	height : 290px;
	margin : 10px;
	}

#navigation{
	width : 572px;
	margin-top : -57px;
	font-family : Verdana;
	font-weight : bold;
	font-size : 10pt;
	line-height : 9pt;
	}

	#navigation ul{
		padding : 0px;
		margin : 0px;
		}
		
	#navigation li{
		float:left;
		width : 123px;
		height : 37px;
		margin : 0px;
		padding : 20px 10px 0px 10px;
		list-style-type: none;
		background : url('../images/gallery_navigation_bg.png') repeat-x;
		}
		
	#navigation a{
		text-decoration:none;
		font-size : .8em;
		color : #444;
		}
		
	#navigation a:hover {
		text-decoration:underline;
		}
	
#sections{
	overflow:hidden;
	background : #999;
	width:572px;
	height:290px;
	clear:left;
	}
	
	#sections ul{
		width : 10000px;
		padding : 0px;
		margin : 0px;
		}
	
	#sections li {
		float:left;
		background : #ccc;
		list-style-type : none;
		padding : 0px;
		margin : 0px;
		width : 572px;
		}

	#sections img {
		border : 0px;
		}