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

