
.latestShowPreviewContainer {
	margin-top: 20px;
	width: 728px;
	}

.panelHeader {
	background: url('../assets/homepage/panel_strip_background.gif') top right no-repeat;
	height:30px;
	}

.panelHeader img {
	float: left;
	}

#latestShowPreviewWindow {
	height: 248px;
	border: 1px solid #000;
	border-top: 0px;
	background: url('../assets/loading.gif') center center no-repeat #231f20;
	position: relative;
	}

#previewTextPanel {
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #444;
	width: 100%;
	height: 62px;
	border-top: 1px solid #000;
	z-index: 90;
	}

#textHolder {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 62px;
	z-index: 100;
	}

#darkTextPreviewPanel {
	background: #231f20;
	height: 32px;
	}

#latestShowPreviewWindow h4 {
	margin: 0px;
	color: #fff;
	float: right;
	padding-right: 10px;
	line-height: 32px;
	font-weight: 700;
	}

#latestShowPreviewWindow h4 a {
	text-decoration: none;
	}

#latestShowPreviewWindow h2 {
	margin: 0px;
	color: #fff;
	font-size: 24px;
	line-height: 32px;
	padding-left: 10px;
	}

#latestShowPreviewWindow p {
	margin: 0px;
	line-height: 28px;
	padding-left: 10px;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	}

/* This week's Container */

.thisWeekPreviewContainer {
	float: right;
	width: 230px;
	margin-top: 0px !important;
	margin-top: 20px;
	}

/* IE7 */

*:first-child+html .thisWeekPreviewContainer {
	margin-top: 20px !important;
	}

#thisWeekShowWindow {
	height: 248px;
	border: 1px solid #000;
	border-top: 0px;
	background: #231f20;
	}

#thisWeekShowWindow ul {
	margin: 0px;
	padding: 10px 10px 10px 24px;
	}

#thisWeekShowWindow li {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Verdana', 'Arial', sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}


/* Previous Container */

.previousContainer {
	margin-top: 20px;
	}

/* Highlights Container */

.highlightsContainer {
	margin-top: 20px;
	}

.highlightsWindow {
	height: 228px;
	border: 1px solid #000;
	border-top: 0px;
	background: #231f20;
	padding-top: 10px;
	}

.highlightsWindow a {
	padding: 5px;
	}