/***********************************************/
/* faces.css                                  */
/***********************************************/

#facesgrid {
	background-color: #996633;
	position: relative;
}

ul.cols {
	position: relative;
	margin: 10px 0px 0px 30px;
	padding: 0 0 0 0;
	border: none;
}

ul.cols li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

ul.cols li ul {
	margin: 5px 0px 5px 0px;
	padding: 0 0 0 0;
	border: 0;
}


ul.cols li ul li {
	float:none;
	margin: 5px 5px 0px 0px;
	padding: 0px;
	border: solid #aaaaaa 1px;
	width: 51px;
	height: 61px;
}

/*ul.cols li ul li a {
	width: 51px;
	height: 61px;
}
*/


#uwe_t {
	display: block;
	width: 51px;
	height: 61px;
	background: url(../images/Faces/Uwe_t.jpg) no-repeat 0 0;
}

#uwe_t:hover {
	background-position: 0px -61px;	
}

#sharon_t {
	display: block;
	width: 51px;
	height: 61px;
	background: url(../images/Faces/Sharon_t.jpg) no-repeat 0 0;
}

#sharon_t:hover {
	background-position: 0px -61px;	
}


#steve_t {
	display: block;
	width: 51px;
	height: 61px;
	background: url(../images/Faces/Steve_t.jpg) no-repeat 0 0;
}

#steve_t:hover {
	background-position: 0px -61px;	
}

#norm_t {
	display: block;
	width: 51px;
	height: 61px;
	background: url(../images/Faces/Norm_t.jpg) no-repeat 0 0;
}

#norm_t:hover {
	background-position: 0px -61px;	
}

#jeff_t {
	display: block;
	width: 51px;
	height: 61px;
	background: url(../images/Faces/Jeff_t.jpg) no-repeat 0 0;
}

#jeff_t:hover {
	background-position: 0px -61px;	
}

#mo_t {
	display: block;
	width: 51px;
	height: 61px;
	background: url(../images/Faces/Mo_t.jpg) no-repeat 0 0;
}

#mo_t:hover {
	background-position: 0px -61px;	
}

#amin_t {
	display: block;
	width: 51px;
	height: 61px;
	background: url(../images/Faces/Amin_t.jpg) no-repeat 0 0;
}

#amin_t:hover {
	background-position: 0px -61px;	
}

#victor_t {
	display: block;
	width: 51px;
	height: 61px;
	background: url(../images/Faces/Victor_t.jpg) no-repeat 0 0;
}

#victor_t:hover {
	background-position: 0px -61px;	
}

#jason_t {
	display: block;
	width: 51px;
	height: 61px;
	background: url(../images/Faces/Jason_t.jpg) no-repeat 0 0;
}

#jason_t:hover {
	background-position: 0px -61px;	
}

#facesgrid img {
	background-color:#CC3399;
}

#facesgrid a:link {}
#facesgrid a:visited {}
#facesgrid a:hover {
	cursor: crosshair;
/*	border: solid 4px #CC9966; */
}
#facesgrid img:active {}

#largeface {
	position: relative;
	clear: left;
	text-align: left;
/*	margin: 0px 0px 0px 30px;			TODELETE */		
}

#largeface ul {
	margin: 0px 0px 0px 32px;
}

#largeface img {
	position: absolute;
	visibility: hidden;
}



