/* CSS Document */

/*Large Picture*/
#Main{
	position:absolute;
	top:165px;
	left:166px;
	width:650px;
	z-index:40;
}
#navigation{
	width:100%;
	height:25px;
	z-index:50;
}
#picture {
	text-align: center;
	margin: 5px;
	margin-top:10px;
	float: none;
	z-index:50;
}
#title {
	float:left;
	font-weight: bold;
	font-size: 20px;
}
#caption {
	margin:10px;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

/* border for the large image */
#pictureFrame {
	position:absolute;
	top:195px;
	left:166px;
	width:650px;
	text-align:center;
	z-index:60;
}

/* thumbnail images */
#gallery{
	position:absolute;
	top:165px;
	left:833px;
	width:150px;
	height:670px;
	z-index:40;
	overflow: auto;
}
#thumb{
	width:130px;
	height:130px;
	text-align:center;
	vertical-align: middle;
	float:left;
	z-index:50;
}
#more{
	width:133px;
	height:14px;
	float:left;
	z-index:50;
}
#row{
	width:95%;
	height:130px;
	float:left;
	z-index:50;
}

/* Album Categories */
#categories{
	position:absolute;
	top:165px;
	left:20px;
	width:145px;
	height:640px;
	float:left;
	z-index:50;
}

