/* CSS Document */

body {
	background-image:url(../images/gallery_back.gif);
	background-repeat: no-repeat;
	background-color: #404041;
	margin-top: 0px;
	maring-left: 0px;
	}
	
#wrapper {
	width: 550px;
	}
	
	
#image {
	position: absolute;
	top: 30px;
	left: 30px;
	}
	
#picnav {
	width: 360px;
	position: absolute;
	top: 350px;
	left: 175px;
	}
	
.thumbs {
	float: left;
	width: 25px;
	height: 25px;
	padding: 0px 15px 15px 0px;
	}
	
a:hover, a:active {
	outline: 1px solid #ffffff;
	}