div.player-cards
{
	position: relative;
	padding: 29px 0 15px 0;
	width: 100%;
}

div.player-cards .wrap
{
	position: relative;
	height: 200px;
	width: 100%;
}

div.player-card
{
	position: relative;
	height: 200px;
	width: 100%;
}

div.player-card .player-info { position: absolute; margin-left: 165px; top: 0; right: 40px; }

div.player-card img { margin: 0 15px 0 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
div.player-card p { margin-bottom: 0.5em; line-height: 1.1; }
div.player-card h4 { text-transform: none; }

a.bnext {
	position: absolute;
	display: block;
	left: 155px;
	top: 37px;
	z-index: 9999;
	width: 24px;
	height: 24px;
	cursor: pointer;
	outline: none;
	text-indent: -9999em;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='css/img/arrow-up.png');
}
a[class=bnext] {
	background: url('img/arrow-up.png') top left no-repeat;
}
a.bprev {
	position: absolute;
	display: block;
	left: 155px;
	bottom: 5px;
	z-index: 9999;
	width: 24px;
	height: 24px;
	cursor: pointer;
	outline: none;
	text-indent: -9999em;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='css/img/arrow-down.png');
}
a[class=bprev] {
	background: url('img/arrow-down.png') top left no-repeat;
}