

#homepage_video_frame
	{
	padding: 0;
	margin: 0;
	width: 480px;
	height: 860px;
	background-color: #fff;
	}



/*----------------------------------------------------------------------------*/

#secondary .player_thumb
	{
	display: block;
	/* position: relative; */
	/* height: 153px; */
	width: 163px;	/* to be same as the img+border */
	margin: -7px 0 10px -2px; /* XXX: -7 until fix the div:hover issue */
	/* padding: 3px 2px; */
	font-size: 10px;
	}

#secondary .player_thumb img
	{
	display: block;
	/* position: absolute; */
	/* left: 0px; */
	margin: 0 5px 0 0;
	width: 161px;
	height: 101px;
	}

#secondary a.player_thumb span
	{
	display: block;
	margin: 0;
	padding: 0;
	/* position: absolute; */
	/* left: 0px; */
	/* top: 103px; */	/* 103 - 6 = 97 (103 to clear img, and 6 to fix downshift) */
	width: 163px;	/* to be same as the img+border */
	font-size: 10px;

	}


