h1 { 
	margin-bottom: 15px;
	background-image: url(../images/header/intheaters.png); 
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#top .more {
	position: relative;
	top: -32px;
	left: 345px;
}

#top .more span.link1,
#top .more span.link2,
#top .more span.link3 {
	display: block;
	position: absolute;
}

#top .coming .more .link1 { display: none; } 
#top .coming .more .link2 { left: 42px; }
#top .coming .more .link3 { left: 155px; }

#top .playing .more .link1 { left: 0px; } 
#top .playing .more .link2 { left: 97px; }
#top .playing .more .link3 { left: 207px; }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#content { 
	background-image: url(../images/properties2/content_back2.png); 
	padding-right: 0;
}

#content ul {
	margin-top: 20px;
}

#content ul li {
	position: relative;
	float: left;
	margin-right: 25px;
	margin-bottom: -20px;
}

#content li img {
	display: block;
}

#content li .coming-soon {
	display: block;
	position: absolute;
	width: 90px;
	height: 80px;
	background-repeat: no-repeat;
	text-indent: -100em;
}

#content li .coming-08-10-07	{ background-image: url(../images/intheaters/8_10_07.png);   }
#content li .coming-09-07-07	{ background-image: url(../images/intheaters/9_07_07.png);   }
#content li .coming-10-26-07	{ background-image: url(../images/intheaters/10_26_07.png);  }
#content li .coming-09-14-07	{ background-image: url(../images/intheaters/9_14_07.png);   }
#content li .coming-12-07-07	{ background-image: url(../images/intheaters/12_07_07.png);  }
#content li .coming-10-19-07	{ background-image: url(../images/intheaters/10_19_07.png);  }


					
#content li .more {	
	background-color: #111;	/* IE6 gets no transparent png because it will break the links */
	position: relative;
	top: -37px;
	left: 0px;
	width: 415px;
	height: 37px;
}

html>body #content li .more {
	background-color: transparent;
	background-image: url(../images/button_bar_back.png);
}

.more span {
	display: none;
}

.more a {
	position: absolute;
	background-image: url(../images/button/butt_arrow_1.png);
	display: block;
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
}

.more a:hover {
	background-image: url(../images/button/butt_arrow_2.png);
}

li .more span.link1,
li .more span.link2,
li .more span.link3 {
	display: block;
	position: absolute;
}

li .more span.link1 { top: 9px; left: 60px; }
li .more span.link3 { top: 9px; left: 265px; }

li.coming  .more span.link2 { top: 9px; left: 60px; }	/* coming soon */
li.playing .more span.link2 { top: 9px; left: 155px; }  /* playing now */

.more a span {
	position: relative;
	display: block;
	left: 22px;
	background-repeat: no-repeat;
	text-indent: -100em;
}

.more a.buy-tickets span {
	background-image: url(../images/text/buy_tickets.png);
	width: 77px; /* IE6: width plus left shift */
}

html>body .more a.buy-tickets span {
	width: 55px;
}

.more a.watch-trailer span {
	background-image: url(../images/text/watch_trailer_2.png);
	width: 90px; /* IE6: width plus left shift */
}

html>body .more a.watch-trailer span {
	width: 68px;
}

.more a.official-site span {
	background-image: url(../images/text/official_site_2.png);
	width: 82px; /* IE6: width plus left shift */
}

html>body .more a.official-site span {
	width: 60px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - */

