/*CSS Document*/

#movie_title

{

	font-family: Tahoma;

	font-size: 18px;

	color: #C5161D;

	font-weight: bold;

	text-align: right;

}

#banners

{

	width: 557px;

	height: 246px;

	border: 1px solid #E4E4E4;

	font-family: Verdana;

	font-size: 10px;

}

#banners DIV

{

	width: 550px;

	height: 221px;

	font-size: 10px;

	display: none;

	margin: 0px;

}

#banners #banner1

{

	display: block;

}

#banners DIV SPAN

{

	width: 99%;

	position: relative;

	display: block;

	top: -40px;

	margin-left: 0px;

	line-height: 1.5em;

	left: 0px;

	background: #FFFFFF;
	filter: alpha(opacity=30);
	opacity:0.5;
	padding: 5px;

}

#banners UL

{

	width: auto;

	height: 25px;

	background: #3D3739;

	margin: 0px;

	text-align: right;

}

#banners UL LI

{

	display: inline;

	width: 10px;

}

#banners UL LI A

{

	text-decoration: none;

	padding: 5px;

	line-height: 30px;

	margin: 10px;

	color: #C5161D;

	height: 20px;

	font-weight: bold;

}

#banners UL LI A:hover

{

	background: #E4E4E4;

	color: #153A64;

}


