/*  
Trailer Page
*/
a {outline:none;}

.dvd {position:absolute; top: 341px; right: 190px; border:none;}
.premier {position:absolute; top: 340px; right: 35px; border:none;}
.donation {position:absolute; top: 568px; right: 0px; border:none;}
.justintv {position:absolute; top: 317px; right: 0px; border:none;}

.extended {position:absolute; top: 320px; left: 29px; border:none;}

body#trailer {
	background: url(images/splash-bg.jpg) no-repeat top center;
}

#trailer-page {
	margin: 0 auto;
	position: relative;
	width: 1050px;
}

#trailer-movie-container {
	position:absolute;
	top: 341px;
	left: 29px;
	width: 663px;
	height: 382px;
	background: url(images/trailer-bg.jpg) no-repeat;
	padding: 11px 0 0 11px;
}

#trailer-movie {
	width: 640px;
	height: 360px;
}

#trailer-extended {
	width: 640px;
	height: 360px;
}

#trailer-menu {
	position:absolute;
	top: 526px;
	right: 190px;
}

ul.trailer-nav {
	list-style:none;
}

ul.trailer-nav li {
	background: none;
	padding: 0 0 15px 15px;
}

li.trailer-blog a {
	text-indent: -9999px;
	width: 155px;
	height: 34px;
	background: url(images/menu_blog.jpg) top left no-repeat;
	display:block;
}

li.trailer-facebook a {
	text-indent: -9999px;
	width: 155px;
	height: 34px;
	background: url(images/menu_facebook.jpg) top left no-repeat;
	display:block;
}

li.trailer-twitter a {
	text-indent: -9999px;
	width: 155px;
	height: 34px;
	background: url(images/menu_twitter.jpg) top left no-repeat;
	display:block;
}

li.trailer-videos a {
	text-indent: -9999px;
	width: 155px;
	height: 34px;
	background: url(images/menu_videos.jpg) top left no-repeat;
	display:block
}

li.trailer-blog a:hover {background: url(images/menu_blog.jpg) bottom left no-repeat;}
li.trailer-facebook a:hover {background: url(images/menu_facebook.jpg) bottom left no-repeat;}
li.trailer-twitter a:hover {background: url(images/menu_twitter.jpg) bottom left no-repeat;}
li.trailer-videos a:hover {background: url(images/menu_videos.jpg) bottom left no-repeat;}