

/******************************************************************************************/
/******************* below this line is related to functionality **************************/
/******************************************************************************************/

/* initial values for the tabs, disable all, */
.tabcntnt           {  display :none;}

/* js is vertically aligning the tab text, and showing it (this avoids text jumping on page load) */
.tabtitle			{  display :none;}

/* gallery navigation buttons should be hidden on page load */
#prev,
#next				{	display:none;}
.imagebox img		{	display:none;}
