/* needed to make thinner */

#featured_master {
	/* position: absolute;        vkc=> puts at top of page... not in table. */
	/* top:105px;  */  /*  0px; orig with pic    285px to line up with middle*/
	/*left: 784px;   800px */
    /*top: 420px;   800px */
    /*left: 850px;   800px */
    
    
    position: relative;
	width: 107px;   /* 192 with orig .gif file below */
	margin: 10px auto;   /*  0px auto; */
	text-align: center;
	background-image: url('../images/featured_bg.gif');  
    color:#fff;   /* fff        gold=#FFD600 */
}


/*** Featured Player ***/
.featuredplayer {
	position:relative;
	left:3px;  /* -3px; */
	width:102px;   /* 183px; */
	height:115px;/*   128         183 x 199 is images/featuredinner_bg.gif  */
	overflow:hidden;
	margin:0px auto;
	text-align: center;
    /* background-image: url('../images/featured_rugby_ball-12.jpg');*/
   background-image: url('../images/featured_rugby_bg-13.jpg'); 
	/* background-image: url('../images/featuredinner2_bg.gif'); */ /* images/featuredinner_bg.gif   183x199*/
    /*background-image: url('../images/pic-soccer170x128 10pct B.jpg'); */
}

* html .featuredplayer {
	left:0px;
}

.featuredplayer_inner {
	width:100px;    /* 170px */
	margin:10px auto 0px auto;
	text-align:left;
	color:#000;
	line-height:13px;
	border-color:#ffffff;  /* vkc */
}

* html .featuredplayer_inner {
	padding-left:5px;
}

.featuredplayer_links {
    font-size:12px;
	text-align:right;
	margin:6px 6px 0px 0px;
}

.featuredplayer_links a, .featuredplayer_links a:link, .featuredplayer_links a:visited, .featuredplayer_links a:active {
	color:#000;  /*  */
	font-weight:bold;
	text-decoration:none;
}

.featuredplayer_links a:hover {
	color:#FF8000 ;
	font-weight:bold;
	text-decoration:underline;
}



/*
.featured_content {
	width:183px;
	height:199px;  
	overflow:hidden;
	margin:0px auto;
	text-align:center;
	background-image: url('../images/featuredinner_bg.gif');
	background-repeat: no-repeat;
}

.featured {
	width:175px;
	margin: 0px auto;
	text-align:left;
}
*/


