﻿/** breadcrumb **/
  .fg_breadcrumb
{	
	text-decoration: none;
	font-size: 10pt;
}

/** containers **/

 .fg_containerGallery,  .fg_containerAlbum,  .fg_containerPhoto {
	
	
}

 .fg_table {
	width: 100%;
}
	 .fg_table td { vertical-align: top; width: 30%; }


 .fg_viewSlideshow {
	margin-top: 1em;
}

 .fg_group
{
}

 .fg_item
{
	line-height: 1.2em;
	text-align:center;
	padding-bottom: .5em;
}

 .fg_linkbutton	
{
	text-decoration: none;
}

 .fg_ThumbnailCaption
{
	text-decoration: none;
	text-align:center;
	display: block;
	margin: .2em auto .5em;
}

 .fg_photocaption {
	margin: 5px auto 0;
	width: 144px;
}

 .fg_photoCaptionLink {

}

 .fg_SetTitleContainer {
	font-size: 11pt;
	margin-bottom: .5em;
}

 .fg_ViewPhotosDiv {
	margin-top: 1em;
}

 .fg_viewSlideshow iframe {
	margin-bottom: 1em;
}

/** pager styles **/
 .fg_pager_container
{
	text-align:center;
	font-size: 10pt;
}
 .fg_pager
{
	text-decoration: none;
}
 .fg_pager_selected
{
	font-weight: bolder;
}


/** jquery thumb crop **/

 .fg_containerGallery .thumb-img,  .fg_containerAlbum .thumb-img {
	position:relative; 
	width:144px; height:144px;
	margin: 0 auto 5px; background: #000;
}
 .fg_containerGallery .thumb-inner,  .fg_containerAlbum .thumb-inner {
	position:relative; overflow:hidden; width:144px; height:144px;
}
 .fg_containerGallery .thumb-img img,  .fg_containerAlbum .thumb-img img {
	border:0;
}
