
UL.photoList {
	margin: 4px 0 0 0;
	padding: 0;
}

UL.photoList:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.thumb {
	float: left;
	width: 68px;
	height: 80px;
	margin: 0;
	padding: 3px;
	list-style-type: none;
	overflow: hidden;
}

.thumb IMG {
	cursor: pointer;
}

.thumbSelected {
	border: 3px solid #AEBDD2;
	margin: 0;
	padding: 0px;
}

.thumbSelected IMG {
	cursor: auto ! important;
}

TD.detailValue UL {
	margin: 0;
	padding: 0;
}

TD.detailValue LI {
	list-style-type: none;
	margin: 0 0 0.2em 0;
}



/* CLEARFIX STYLES TO CLEAR FLOATS */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.NextUserLink {
	
}
