
.short_player_profiles {
	width: 239px;
	margin: 0;
	list-style: none;
	padding: 0;
	float: left;
	position: relative;
	}
	
	.short_player_profiles li {
		height: 117px;
		width: 239px;
		margin: 0 0 5px 0;
		position: relative;
		display: block;
		float: left;
		}
		
		.short_player_profiles li a {
			cursor: pointer;
			}
			
			.short_player_profiles li a:hover {
				text-decoration: none;
				}
		
		.short_player_profiles li img {
			position: absolute;
			top: 0;
			left: 0;
			display: block;
			width: 117px;
			height: 117px;
			}
		
		.short_player_profiles li .summary {
			display: block;
			width: 97px;
			height: 97px;
			padding: 10px 10px 10px 15px;
			position: absolute;
			top: 0;
			right: 0;
			background: url(summary.png) no-repeat;
			color: #fff;
			font-size: 10px;
			line-height: 12px;
			}
			
		.short_player_profiles li.left .summary {
			background: url(summary_left.png) no-repeat;
			top: 0;
			left: 0;
			right: auto;
			padding: 10px 15px 10px 10px;
			}
			
		.short_player_profiles li.left img {
			right: 0;
			left: auto;
			}
			
		.short_player_profiles li .summary .name {
			font-size: 14px;
			line-height: 16px;
			font-weight: normal;
			margin: 0 0 5px 0;
			display: block;
			}
			
			.short_player_profiles li .summary .name object {
				margin-left: -3px;
				}
				
		.short_player_profiles li .link {
			position: absolute;
			bottom: 10px;
			left: 10px;
			padding: 0 15px 0 0;
			background: url(more_reverse.gif) no-repeat right center;
			}