.pos {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	position: relative;
}

.r4-1 {
	height: 75px;
	/*_height: 95px;*/
	padding-top: 20px;
}
.r4-2 {
	height: 85px;
	/*_height: 95px;*/
	padding-top: 10px;
}
	
	

.r5-1 {
	height: 56px;
	/*_height: 76px;*/
	padding-top: 20px;
}

.r5-2 {
	height: 71px;
	/*_height: 76px;*/
	padding-top: 5px;
}

.pos-manager {
	position: absolute;
	right: 10px;
	top: 10px;
	display: block;
}

.pos-manager-selected {
	width: 170px;
}

.pos-formation {
	position: absolute;
	left: 10px;
	top: 10px;
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	text-align: left;
}

.pos-goalkeeper {	
	
}

.manager {
	background:url(../images/icon_coach.jpg) top left no-repeat #FFFFFF;
}
	
.defender {
	background:url(../images/icon_defender.jpg) top left no-repeat #FFFFFF;
}

.goalkeeper {
	background:url(../images/icon_goalkeeper.jpg) top left no-repeat #FFFFFF;
}

.midfielder {
	background:url(../images/icon_midfielder.jpg) top left no-repeat #FFFFFF;
}

.forward {
	background:url(../images/icon_forward.jpg) top left no-repeat #FFFFFF;
}

.bg-defender {
	background:url(../images/selected/bg_defender.jpg) repeat-x;
}

.bg-midfielder {
	background:url(../images/selected/bg_midfielder.jpg) repeat-x;
}

.bg-forward {
	background:url(../images/selected/bg_forward.jpg) repeat-x;
}

.bg-goalkeeper {
	background:url(../images/selected/bg_goalkeeper.jpg) repeat-x;
}

.bg-manager {
	background:url(../images/selected/bg_coach.jpg) repeat-x;
}

.c1 {
	width: 900px;
}

.c2 {
	width: 450px;
}

.c3 {
	width: 300px;
	text-align: center;
}

.c4 {
	width: 225px;
	text-align: center;
}

.c5 {
	width: 180px;
	text-align: center;
}

/* CSS for no results label 
#winningTeam, #myTeam, #myTeamTwo {
	height:380px;
}*/
#winningTeam .hideResultsMessage{
	margin:auto;
	text-align:center;
	padding-top:175px;
	_height:380px;
	height:205px;
}
#winningTeam h5{
	margin:0px;
	color:#ffffff;
}

#winningTeam h5 a, #winningTeam h5 a:visited{
	color:#cecece;
}
#winningTeam h5 a:hover{
    text-decoration:none;
}

#preloadingGraphic{
	margin:192px 0px 0px 436px;
}