h1 { 
	margin-bottom: 15px;
	width: 145px;
	background-image: url(../images/header/moviesonline.png); 
	float: left;
}

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

#top img {
	display: block;
}

#top .more {
	position: relative;
	top: -108px;
	left: 590px;
}

#top .more a.link1 { }
#top .more a.link2 { top: 45px; left: 35px; }
#top .more a.link3 { top: 45px; left: 150px; }

#top .more a.link1 {
	background-image: url(../images/icons/on_dl.png);
	width: 27px;
	height: 25px;
}

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

#top .more a.link1:hover {
	background-image: url(../images/icons/on_dl.png);
}

.more a.now-available-dl span {
	background-image: url(../images/text/now_available_dl.png);
	left: 40px;
	width: 358px; /* IE6: width plus left shift */ 
	height: 25px;
}

html>body .more a.now-available-dl span {
	width: 318px;
}

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

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

#content a.arrow img {
	margin-top: 4px;
}

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

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

#content ul li {
	position: relative;
	float: left;
	margin-left: 4px;
	margin-right: 23px;
	margin-bottom: 7px;
}

#content li img {
	display: block;
}

#content li .coming-soon {
	display: block;
	position: absolute;
	width: 67px;
	height: 60px;
	background-repeat: no-repeat;
	text-indent: -100em;
	background-image: url(../images/moviesonline/coming_soon.png);
}

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

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;
}

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

li .more a.link1 { top: 5px; left: 30px; }
li .more a.link2 { top: 5px; left: 145px; }

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

.more a.download span {
	background-image: url(../images/text/download_2.png);
	width: 72px; /* IE6: width plus left shift */
}

html>body .more a.download span {
	width: 50px;
}

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

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

