
#photogalleries {
   width: 600px;
	margin-top: 20px;
}

#photogalleries img {
   margin: 1px;
}

#photogalleries li {
   list-style: none;
   display: inline;
}

.gallerythtitle {
	width: 100px;
}

#photoindex li {
   width: 100px;
}

#photoindex div {
	float: left;
	margin: 1px;
	padding: 2px; /*border: 1px solid black;*/
	width: 128px;
	height: 182px;
	text-align: center;
	background: url(../img/gallery_bg.png) no-repeat;
}

#photoindex img {
   cursor: hand;
}

#photothumbnails {
   text-align: center;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 10px; 
}

#photothumbnails a {
   color: black;
   text-decoration: none;
}

#photothumbnails img {
   width: 50px;
   cursor: hand;
}
