img.border {
	border:1px solid #999;
	padding:3px;
}
  
.photo {
	width:82px;
}
.albumcontainer {
	border: thin solid blue; height: auto;
}

.setcontainer .gallerythumb {
	float: left;
	border:  0px; /* thin solid blue; */
	width: 122px;
	height: 147px;
	margin: 5px;
	list-style-type: none;
}

.piccontainer .gallerythumb {
	float: left;
	border:  0px; /* thin solid blue; */
	width: 97px;
	height: 97px;
	margin: 5px;
	list-style-type: none;
}

.gallerythumb .caption {
	font-size: xx-small;
}

.gallerythumb a {
	text-decoration: none;
}
.gallerythumb img {
	border: 1px solid #999; padding:3px;
}

.setName {
	font-size: xx-small;
}

.setNameLink {
    font-size: 1.25em;
}

img.videoWatermark {
    position: absolute;
    bottom: 4px;
    right: 4px;
    border: none;
    background: none;
}

.gallery-nav {
	list-style-type:none;
	margin:6px 0 10px 0;
	padding:0;
}
.gallery-nav li {
	display:inline;
	padding:0 1px 0 1px;
	
}
.gallery-nav li a {
	padding: 3px;
	background: whitesmoke;
	color: black;
	text-decoration: none;
	border: 1px solid #999;
}
.gallery-nav li a:hover {
	background: lightgrey;
	color: black;
	border: 1px solid black;
}
.gallery-nav li.selected a {
	background: #FF0000;
	color: white;
}

#gallerygrid h3 {
	font-weight: bold;
}

#gallerygrid td {
	border: none;
}

#gallerygrid.tagCloud { }
#gallerygrid.tagCloud a { padding: 3px; text-decoration: none;  }
