/* HOME */
#homePanel          {width: 475px; height: 152px; overflow: auto; margin-top: 20px; padding-right: 20px;}
#slideShow 			{width: 475px; height: 200px; top: 25px; left: 45px; overflow: hidden; border: solid 1px #eeeeee;}
#slideShow ul 		{margin: 0; padding: 0; list-style: none;}
#slideShow ul li 	{float: left; text-align: center; width: 340px; height: 220px; vertical-align: middle;}
#slideShow .caption 	{font-weight: bold; padding: 3px 0 3px 0; text-align: left;}

/* PLAYERS */
#playerGrid             {float: left; display: block; width: 320px; height: 345px; overflow: auto; margin-right: 20px;}
#playerGrid .photo      {padding-right: 25px; padding-bottom: 20px; color: purple; font-weight: bold; font-size:16px; float: left; display: block; text-align: center; width: 125px;}
#playerGrid .caption    {color: purple; font-weight: bold; font-size:16px;}
#playerGrid .band       {color: #606060; font-weight: bold; font-size:12px;}
#playerGrid .photo img  {margin-bottom: 6px;border: solid 3px #eeeeee; clear: both;}
