#container {
	width: 763px;
}

#infoboxes {
}

#thumbswindow {
	overflow: hidden;
	margin: 0;
	width: 643px;
	position: relative;
}

#thumbspano1 {
	width: 643px;
	overflow: hidden;
	height: 300px;
}

#thumbcontent {
	width: 7000px;
	background: black url(../img/bg_pattern.png) repeat-x;
}

.movies {
	float: left;
	margin: 10px auto 0;
	color: black;
	font-size: 12px;
	clear: both;
}

.movies .movie {
	float: left;
}


.l, .c, .r {
	float: left;
	height: 64px;
}

#row1, #row2, #row3 {
	height: 100px;
	clear: both;
}


.movie a {
	color: black;
	text-decoration: none;
}

#contentMain {
	width: 772px;
	float: none;
	margin-left: 36px;
}

#dates {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 772px;
	float: left;
}

#dates li {
	margin: 0;
	padding: 0;
	float: left;
}

#dates a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	float: left;
	margin-right: 2px;
	width: 83px;
	height: 28px;
	padding-top: 10px;
}

#selector {
	clear: both;
	text-align: center;
	font-size: 14px;
	margin-bottom: 20px;
	height: 23px;
}

#today {
	width: 130px;
	height: 23px;
	background: url(../img/date_today.png) repeat-x;
	padding-top: 5px;
	float: left;
}

#hours {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#hours li {
	float: left;
}

.hour, .halfhour {
	width: 56px;
	height: 14px;
	text-align: center;
	padding-top: 1px;
	margin-right: 4px;
}

.hour {
	background: url(../img/bg_hour.png) repeat-y;
	color: black;
}

.halfhour {
	background-color: black;
}

#studios {
	width: 120px;
	height: 300px;
	float: left;
	padding-top: 40px;
}

.studio {
	height: 25px;
	margin-bottom: 70px;
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
	background: black url(../img/bg_studio.png) repeat-x;
}

#scroller_main {
	clear: both;
	margin-top: 20px;
}

#leftright {
	padding-top: 5px;
}

.c {
	font-size: 10px;
}

#dates .past a {
	background: url(../img/date_red.png) repeat-x;
}

#dates .future a {
	background: url(../img/date_grey.png) repeat-x;
}

#dates .today a {
	background: url(../img/date_green.png) repeat-x;
}