
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: 72px;
	margin: 0;
	padding: 10px 3px 10px 3px;
	list-style-type: none;
	overflow: hidden;
}

.thumb IMG {
	cursor: pointer;
}

.thumbSelected {
	border: 3px solid #04a6ce;
	margin: 0;
	padding: 2px 2px 2px 2px;
}

.thumbSelected IMG {
	cursor: auto ! important;
	padding: 2px 2px 2px 2px;
}

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 {
	
}
