#HomePageMovie
{
	position: inherit;
	height: 240px;
	margin: 0px 0px 0px 0px;
}

#HomePageMovie #HomeIntroMovie
{
	position: inherit;
	height: 209px;
	margin: 0px 0px 0px 1px;
}

#HomePageMovie #HomeIntroNav
{
	position: inherit;
	visibility: hidden;
	height: 28px;
	margin: 1px 0px 0px 1px;
}





/* CONTENT PANE STYLES */

.ContentPane
{
	position: absolute;
	visibility: hidden;
	z-index: 10;
	top: 292px;
	left: 1px;
	width: 480px;
}

.ContentPane .footerBloc
{
	margin-left: 6px;
}

.ContentPane .ContentTable
{
	width: 481px;
}

.ContentPane .ContentTable tr
{
	background-color: #333333;
}

.ContentPane .ContentTable td
{
	background-color: #000000;
	border-bottom: 1px #000000 solid;
	vertical-align: top;
}

.ContentPane .ContentTable .ContentImg
{
	width: 119px;
	height: 119px;
	/*border-right: 1px #000000 solid;*/
}

.ContentPane .ContentTable .ContentTxt
{
	padding-top: 4px;
	padding-left: 10px;
	vertical-align: top;
}

.ContentPane .ContentTable .ContentTxt .Header
{
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
}


/* NEWS PANE STYLES */

#NewsPane
{
	position: inherit;
	margin-top: 0px;
	margin-left: 483px;
	padding-top: 6px;
	width: 295px;
	/*background-color: #333333;*/
}

#NewsPane .LatestNewsItem 
{
	margin-left: 10px;
	margin-bottom: 15px;
}

#NewsPane .LatestNewsItem  .Header
{
	margin-bottom: 3px;
	font-weight: bold;
}

#NewsPane .LatestNewsItem .Header a
{
}

#NewsPane .LatestNewsItem .Header a:hover
{
}

.test
{
	color: #0000ff;
}