@charset "utf-8";
/* CSS Document */

.movie_preview {
	width:292;
	height:186;
	overflow:hidden;
	padding:0px;
	margin:0px  5px 0px 0px;
	float:left;
}

#movie_images {
	min-width:200px;
	border:1px solid #000;
	float:right;
	margin:0px 0px 0px 0px;
	background:url(../graphics/geentile.jpg);
	padding:5px;
	text-align:center;
}

#movie_images a {
	color:#F93;
	font-size:10px;
	
	text-decoration:none;
}

#movie_images a:hover {
	font-weight:bold;
}

#movie_images img {
	max-width:250px;


}