
/* WIDE PAGES */

#contentbox-outer { max-width: 1800px; }
#headerdiv	{ max-width: 1800px; }
.footer-bar	{ max-width: 1800px; }


/* GALLERY WITH ACCORDIAN MENU */

#gallery-page #contentbox-outer,
#gallery-page #headerdiv,
#gallery-page .footer-bar	{ max-width: 1200px; }


/* LANDING PAGES */

#landing-page #contentbox-outer,
#landing-page #headerdiv,
#landing-page .footer-bar	{ max-width: 1100px; }





/* START WIDE GALLERY 4 COLUMNS */

#gallery-page-wide #contentbox-outer,
#gallery-page-wide #headerdiv,
#gallery-page-wide .footer-bar	{ max-width: 1400px; }


#gallery-page-wide .gal-canvas	{
		max-width: 1200px;
		}

/* GALLERY % CELL WIDTH OF EACH THUMB BOX */

#gallery-page-wide .galrow-box	{
	width: 25%;
	}

#gallery-page-wide .galrow-box:nth-child(3n+1)
		{
    		clear:none;
		}

#gallery-page-wide .galrow-box:nth-child(4n+1)
		{
		clear:both;
		}

