a img {
  border: 0;
}


/* * * * * * * * * * */
/* Elements with IDs */
/* * * * * * * * * * */


/* header: image and/or title */
#header { }

/* crumb line: (You are here: ...) */
#crumb { }

/* footer: copyright notices */
#footer {
  text-align: center; 
}


/* * * * * * * * * */
/* Custom classes  */
/* * * * * * * * * */


/* image or gallery name header */
.sgTitle {
  margin-bottom: 0;
}

/* image or gallery artist subheader */
.sgSubTitle {
  margin-top: 0;
}

/* image and artist name displayed beneath image */
p.sgNameByArtist { }

/* image and gallery details such as date, location, camera model, hits etc. */
p.sgDetailsList { }

/* language select box and template select box respectively */
div.sgLanguageFlipper, div.sgTemplateFlipper {
  float: right;
  clear: right;
}

/* wraps the drop-shadow table to allow IE to center it */
div.sgShadow {
  text-align: center;
  padding: 1em;
}

/* the main content table that does the drop-shadow effect */
table.sgShadow {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

/* the tab with previous, up, next */
table.sgShadowTab td {
  font-size: 13px;
}

table.sgShadow, table.sgShadowTab {
/*  background-color: #f0f0f0; */
  padding: 0;
  text-align: left;
}

table.sgShadow td {
  padding: 0;
  margin: 0;
}

/* appropriate background images for drop-shadow effect */
table.sgShadow td.mm {  padding: 10px;} /* cell containing image */

/* div containing each gallery sub-gallery on a gallery page */
div.sgGallery {
  margin: 5px;
  padding: 5px;
  border: 1px solid #ccc;
/*  background-color: #fff; */

}

/* the table cell containing the gallery thumbnail */
td.sgGalleryThumb {
  width: 100px;
  text-align: center;
/*  background-color: #fff; */

}

/* the gallery thumbnail itself */
img.sgGalleryThumb {
  border: 1px solid #000;
}

/* the descriptive text (title, summary, contents) */
div.sgGallery p {
  margin-top: 0;
  margin-bottom: 2px;
/*  background-color: #fff; */
}


/* full size image on an image page*/
img.sgImage {
  border: none;
}

/* the preview thumbnails and previous, thumbnails, next links */
p.sgTopNavBar, p.sgBottomNavBar {
  text-align: center;
  float: right;
}

/* wraps the thumbnail and rounded-corner code on an album page */
div.sgThumbnail {
  width:  120px;
  height: 120px;
  margin: 10px 5px 10px 5px;
  float: left;
  padding: 0px;
  text-align: center;
/*  background-color: #fff; */
}

div.sgThumbnail table td {
  width:  116px;
  height: 116px;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
/*  background-color: #fff; */
}

.sgThumbnailContent td {
/*  background: #fff; */
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
}



