@charset "UTF-8";
/* CSS Document */


body {
	margin-top: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #BF1E2E;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BF1E2E;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.movietitle { font-size: 18px; font-style:italic; font-weight: bold; }

.tdsched { border-left: 1px solid #999999; padding: 5px; }
.tdsched2 { border-left: 1px solid #999999; border-right: 1px solid #999999; padding: 5px;  }
.tdsched3 { border-left: 1px solid #999999; border-bottom: 1px solid #999999; padding: 5px; }
.tdsched4 { border-left: 1px solid #999999; border-right: 1px solid #999999; border-bottom: 1px solid #999999; padding: 5px;  }
.tdsched5 { border: 1px solid #999999; }
.tddate { color: #fff; font-weight: bold; }

#carousel {
	margin: 0 auto;
	width: 550px;
	height: 375px;
	padding: 0;
	overflow: hidden;

}
#carousel ul {
	list-style: none;
	width: 4500px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;

}
.textholder {

font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
margin-bottom: 0px;
color: #FFF;
padding: 10px;
text-align: left;
-moz-border-radius: 0;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
}

#movietitle {
font-size: 14px;
font-weight: bold;
font-style:italic;
}

#openingnight {
font-size: 14px;
font-weight: bold;
font-color: #00ff00;
}