/* Member GALLERY */
div.members {
	position:	relative;
	height:		345px;
	width:		450px;
	}
	
	.member:hover {background-color: transparent;}
	
	.member a {
		margin:  0px; 
		padding: 0px; 
		border:  0px;
		}
		
	a.member	   			{color: gray;	text-decoration: none; }			
	a.member:link     		{color: gray;	text-decoration: none; }
	a.member:visited  		{color: gray;	text-decoration: none; } 
	a.member:active   		{color: gray; 	text-decoration: none; }	
	a.member:hover    		{color: gray;	text-decoration: none; }
	
	.member img { 
		margin:		0px;
		padding:	0px; 
		border:		0px;
		float: 		left;
		}

    .mspan { 
    	position:         absolute;                      
		left:             -2000px;
		border:           0px;
		background-color: white;
		color:            #555B55;
		width:            450px;
		height:           290px;
		visibility:       hidden;
		}
	    
    .mspan img {     	
    	float:	 		right;
    	margin-left:	10px; 
    	}
                       
    .mspan span { 
    	height:         290px;
		vertical-align: middle;
		display:		block;
		padding:        20px;
		padding-left:	0px;
		font-family:    "Comic Sans MS", sans-serif;
		font-size:      small;
		}
    
    .member:hover span { visibility: visible;
                         top: 65px;
                         left: 0px;
                         z-index: 100; }
                      
#instruction { 
	position:			absolute;
		top:			70px;
		left:			0px;
		z-index:		0;
	width:				448px;
	color:				gray;
	text-align:			center;
	}
