body {
	margin: 0px;
	padding: 0px;
	}

#infoBox {
width:550px;
	background-color:#3e3c42;
	background-image:url(images/title.gif);
	background-position:5px;
	background-repeat:no-repeat;
	}
.image {
	background-color: #524F57;
	background-image: url(images/1.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:550px;
	height:400px;
	margin:0px;
	border:0;
	padding:0
	}


/* holds first row of thumbnails */
#thumbnailContainer1 {
	margin:0px;
	padding-top:7px;
	width:215px;
	height:25px;
	text-align:left;
	}

a.thumbnailBox{
	display:block;
	float:left;
	height: 11px;
	width: 11px;
	margin:2px;
	padding: 0px;
	font-size:0;
	line-height:0;
	background-color:#8e8c91;
	border: 1px solid #423F47;
	}

 #thumb0{
	background-color:#222222;
	}
/*
a.thumbnailBox:hover{
	background-color:#AA9566;
	}
*/
#next{
float:left;
}
#backB{
float:left;
}
a.thumbnailBox:active{
	background-color:#C9B99D;
	}

