.movieThumbNail,
.movieThumbNailMouseOver
{
	overflow:hidden;


	width:auto;
	height:auto;

	/*
	width:167px;
	height:96px;
	*/

	margin-right:1px;
	margin-bottom:1px;

	/*
	margin-right:1px;
	margin-bottom:1px;	
	padding-top:4px;
	padding-bottom:4px;
	padding-left:6px;
	padding-right:6px;
	*/

	float:left;

	font-family:myriad,helvetica;
	font-size:9px;
	font-weight:bold;
	cursor:pointer;
	text-align:left;
	position:relative;
}

.movieThumbNail
{
	opacity: 1.0;
	filter: alpha(opacity = 100);
}

.movieThumbNailMouseOver
{
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.movieThumbNail .movieName
{
	position:absolute;
	left:0px;
	bottom:0px;

	background-color:#ffffff;
	color:#333333;
}

.movieThumbNailMouseOver .movieName
{
	position:absolute;
	left:0px;
	bottom:0px;

	background-color:#ffffff;
	color:#333333;
}