#content {
	position: relative;
	/* top: -20px; */
	/* left: 20px; */
	width: 990px;
	overflow: hidden;
}
	#sponsors { overflow: visible; min-height: 20px; }
	* html #sponsors { height: 20px; }
	#sponsors img { float: right; margin: 0 0 5px 10px; }

#show_grid{ margin-left:20px; width:650px; }

/* right column */
	#rsidebar {
		position: absolute;
		top: 10px;
		right: 5px;
		width: 300px;
	}

/* ads */
		#ad_box { float: left; width: 300px; height: auto; }
		#ad_skyscraper { float: left; display: inline; margin: 10px 70px; }
		* html #ad_skyscraper { margin: 10px 65px; }


/*
	concept: shows page
	description: embedded player and the list of shows and specials 
				 located on the shows index.
*/

.button_sched a {
	float: left;
	width:130px;
	height:21px;
    background: url(http://images.mystyle.com/mystyle/shows/images/btn_schedule.gif) no-repeat;
    text-indent: -10000px;
	right: 12px;
	top: 20px;
	position: absolute;
}

.button_sched a:hover { background: url(http://images.mystyle.com/mystyle/shows/images/btn_schedule.gif) no-repeat; }

.tv_shows h1 {
	width:638px;
	color: #af93d0;
	font-size: 28px;
	letter-spacing: -0.03em;
	padding-top: 10px;
	margin-bottom: 10px;
	border-bottom: 5px solid #e8e8e8;
	clear: left;
}
.tv_shows ul li {
	list-style: none;
	width:204px;
	height:180px;
	margin:0 3px 3px 0;
	padding:3px;
	background:#f9f9f9;
	float:left;
	text-align:center;
}
.tv_shows ul li .showinfo { padding: 3px 18px; }
.tv_shows div#video_player {
	background:#f9f9f9;
	float:left;
	text-align:center;
	width: 638px;
	padding: 15px 0;
}
