/*____________________________________________________________________  text  */
.hidden { /*img, flv, ... in array but not to be shown*/
  display: none;
}
a.option { /*visible img,flv,...*/
  display: block; text-align: center; color: #fff; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; background-color: #297bc1; padding: 2px; margin: 2px 0; font-style: italic; cursor: pointer; border: double 3px; }
a.option:hover {
  text-decoration: none;
  background-color: #ff3b9a;
  color: #fff;
}
#tablecontainer {/*GBmod shadowbox*/
	text-align: left;
	height:390px;
	overflow:auto;
}
