div.widgetPhotoGallery { text-align: center; }
div.widgetPhotoGallery table { width: 100%; border-collapse:collapse; }
div.widgetPhotoGallery table td { text-align: center; border-collapse:collapse; margin: 0; padding: 5px; }
div.widgetPhotoGallery table td a {  }
div.widgetPhotoGallery table td a img { border: 1px solid #03596B; }

div.widgetPhotoGallery table.galleryImgFullShell { height: 400px; padding: 0; vertical-align: middle; }
div.widgetPhotoGallery table.galleryImgFullShell img#galleryImgFull { margin: 0; padding: 0; }

div.widgetPhotoGallery table td.imgPreviousShell { width: 50%; text-align: right; }
div.widgetPhotoGallery table td.imgNextShell { width: 50%; text-align: left; }

div.widgetPhotoGallery a.galleryImgThumb 
{
  display: block;
  height: 100px;
  width: 100px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 0 auto;
  border: 1px solid #CCCCCC;
  outline: none; 
}

div.widgetPhotoGallery a.selected { border: 1px solid #000000; }

/* STYLES FOR THE SLIDING EFFECT */
div.widgetPhotoGallery div.imgThumbnailsOuterShell{
	overflow:hidden;
	width:575px;
	margin: 0 auto 0 auto;
}

div.widgetPhotoGallery div.imgThumbnailsInnerShell{
	width:10000px;
}

div.widgetPhotoGallery div.imgThumbnails{
	float:left;
	width:575px;
}
