body 
{
	position:relative;
	padding:0;
	margin: auto;
	text-align: center;
	width:928px;
}

#topByline
{
	position: absolute;
	left: 0;
	top: 0;
	width: 928px;
	height: 91px;
	background: url(../../images/teaser/jp/TopByline-JP.jpg);
	z-index: 1;
}

#topByline h2 /* Hide byline text.  Still available for screen readers and non-CSS-enabled browsers. */
{	
	position:relative;
	width: 784px;
	height: 0;
	overflow: hidden;
}

#titleAndPhoto /* Main Spindle title and cast photo */
{
	position:absolute;
	padding: 0;
	left: 0;
	top: 91px;
	width: 928px;
	height: 315px;
	background: url(../../images/teaser/general/Title-MainAndPhoto.jpg);
}

#titleAndPhoto h1 /* Hide title text.  Still available for screen readers and non-CSS-enabled browsers. */
{
	position:relative;
	width: 100%;
	height: 0;
	overflow: hidden;
}

#titleSubtitle /* The title byline depends on the language (the Japanese page has a katakana version) */
{
	/* Pages with no subtitle will use the "Base" image. */
	position: absolute;
	margin: 0;
	padding: 0;
	padding-top: 37px;
	left: 0px;
	top: 406px;
	width: 928px;
	height: 37px;
	background: url(../../images/teaser/jp/Title-Subtitle-JP.jpg);
	overflow:hidden;
}

#langMenu
{
	position: absolute;
	left: 784px;
	top: 0;
	margin: 0px;
	padding: 0px;
	width: 144px;
	height: 21px;
	z-index: 5;
}

#langMenu li
{
	padding: 0px;
	margin: 0px;
	top: 0;
	height: 21px;
	list-style: none;
}

#langMenu a
{
	padding-top: 21px;
	margin: 0px;
	height:0;
	display:block;
	overflow:hidden;
}

#langMenu-link-EN
{
	position:absolute;
	left: 0;
	width: 69px;
	background: url(../../images/teaser/general/LangMenu-Buttons.jpg);
}

#langMenu-link-DE
{
	position:absolute;
	left: 69px;
	width: 75px;
	background: url(../../images/teaser/general/LangMenu-Buttons.jpg) -138px 0px;
}

#langMenu-link-EN a:hover 
{
  background: url(../../images/teaser/general/LangMenu-Buttons.jpg) 0px -21px no-repeat transparent;
}

#langMenu-link-DE a:hover
{
  background: url(../../images/teaser/general/LangMenu-Buttons.jpg) -138px -21px no-repeat transparent;
}

#trailerMenu-Title /* Trailer menu title */
{
	position:absolute;
	margin: 0;
	padding: 0;
	top: 443px;
	width: 928px;
	height: 27px;
	background: url(../../images/teaser/jp/TrailerMenu-Title-JP.jpg) no-repeat;	
}

#trailerMenu /* Trailer menu begins here */
{
	position: absolute;
	left: 0;
	top: 470px;
	margin: 0px;
	padding: 0px;
	width: 928px;
	height: 121px;
	background: url(../../images/teaser/jp/TrailerMenu-Base-JP.jpg);
}

#trailerMenu li
{
	padding: 0px;
	margin: 0px;
	height: 35px;
	list-style: none;
	display: block;
}

#trailerMenu a /* Trailer menu links begin here */
{
	padding-top: 35px;
	height:0;
	display:block;
	overflow:hidden;
}

#trailerMenu-link-small
{
	position:absolute;
	left: 283px;
	width: 140px;
	background: url(../../images/teaser/jp/TrailerMenu-Buttons-JP.jpg);
}

#trailerMenu-link-large
{
	position:absolute;
	left: 423px;
	width: 154px;
	background: url(../../images/teaser/jp/TrailerMenu-Buttons-JP.jpg) -140px 0;
}

#trailerMenu-link-download
{
	position:absolute;
	left: 577px;
	width: 207px;
	background: url(../../images/teaser/jp/TrailerMenu-Buttons-JP.jpg) -294px 0;
}

#trailerMenu-link-small a:hover 
{
  background: url(../../images/teaser/jp/TrailerMenu-Buttons-JP.jpg) 0 -35px no-repeat transparent;
}

#trailerMenu-link-large a:hover 
{
	background: url(../../images/teaser/jp/TrailerMenu-Buttons-JP.jpg) -140px -35px no-repeat transparent;
}

#trailerMenu-link-download a:hover
{
	background: url(../../images/teaser/jp/TrailerMenu-Buttons-JP.jpg) -294px -35px no-repeat transparent;
} 		/* Trailer menu links end here */

#credits-CastAndStudio /* Image includes principal cast, studio info, and copyright.  Text is studio and copyright only. */
{
	position:absolute;
	padding-top: 39px;
	top: 591px;
	left: 0;
	width: 928px;
	height: 0;
	background: url(../../images/teaser/jp/Credits-JP.jpg);
	display: block;
}