/* STREAM GALLERY - GALLERY VIEWER */
.ListItemGalleryCategory							{width:165px; height:240px; float:left; margin-bottom:5px; list-style:none; border:1px solid #f00;}
.GalleryImageTableContentOuter					{width:200px; vertical-align:middle; text-align:left; border:1px solid #f00;}
.GalleryImageTableContentInner					{border:1px #f00; vertical-align:middle; text-align:center; width:120px; height:120px;}
.GalleryTitleTableContent							{vertical-align:top; text-align:left; width:130px;}
.GalleryGrid										{padding:5px;}
.GalleryGrid th									{padding:6px 3px; text-align:left; font-weight:bold;}
.GalleryBorder										{border:1px solid #ccc; padding:2px;}

/* The following block is a 2 second hack by Bruce to make the Gallery thumbnails layout slightly better than a broken list.  Still needs proper sorting!  29 April 2015 */
#gallery img {height:auto; width:31%; min-width:150px; float:left; margin:5px; border:1px solid #fff; opacity:1.0;} 
#gallery img:hover {box-shadow: 0 0 15px 0px #666; opacity:0.8;}

 @media only screen and ( max-width: 870px) /* 640 */ {
	#gallery img {width:45%;} 
 }
 
 @media only screen and ( max-width: 600px) /* 640 */ {
	#gallery img {width:90%;} 
 }
 