div {
	/* border: solid 1px; */
	}
div.event {
	/* overrides .event in schedule.css */
	border-top: none;
	background: none;
	padding-top: 2px;
	clear: both;
	}

.event div table td {
	border-bottom: none;
	}
	
table.todaysMovie td {
	border: none;
	}

.moviesLater {
	height:1px;
	position:relative;
	}
	.comingNext {
		position:absolute;
		left:0;
		top:-12px;
		}	
	.moviesLater #seeSchedule {
		height:31px;
		left:130px;
		overflow:hidden;
		position:absolute;
		top:-12px;
		width:127px;
		}
		.moviesLater #seeSchedule a {
			background-image: url(../images/see_entire_schedule_2009.gif);
			}
	
#seeSchedule {
	margin-top: 1px;
	width: 127px;
	height: 31px;
	float: left;
	overflow: hidden;
	position: relative;
	top: -12px;
	_top: -11px;
	}
	#seeSchedule a {
		display: block;
		width: 127px;
		height: 31px;
		background-image: url(../images/see_entire_schedule.gif);
		background-position: 0 0;
		}
		#seeSchedule a:link {
			}
		#seeSchedule a:hover {
			background-position: 0 -41px;
			}
		#seeSchedule a:active {
			background-position: 0 -41px;
			}