.movies_wrapper {
	width: 478px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

.movies_top {
	width: 478px;
	height: 5px;
	background-image: url('/images/frames/red/box_top.png');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/frames/red/box_top.png', sizingMethod='scale')
}
.movies_top_over {
	width: 478px;
	height: 5px;
	cursor: pointer;
	background-image: url('/images/frames/red/box_top_over.png');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/frames/red/box_top_over.png', sizingMethod='scale')
}
.movies_bottom {
	width: 478px;
	height: 5px;
	background-image: url('/images/frames/red/box_bottom.png');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/frames/red/box_bottom.png', sizingMethod='scale')
}
.movies_bottom_over {
	width: 478px;
	height: 5px;
	cursor: pointer;
	background-image: url('/images/frames/red/box_bottom_over.png');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/frames/red/box_bottom_over.png', sizingMethod='scale')
}

.movies_title {
	padding-left: 10px;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url('/images/frames/red/box_background_title.png');
}
.movies_title_over {
	padding-left: 10px;
	font-size: 13px;
	color: #FFFFFF;
	cursor: pointer;
	background-image: url('/images/frames/red/box_background_title_over.png');
}
.movies_content {
	background-image: url('/images/frames/red/box_background.png');
}
.movies_content_over {
	background-image: url('/images/frames/red/box_background_over.png');
}

.movies_cell,
.movies_cell a {
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 11px;
	cursor: pointer;
}
.movies_cell_highlight,
.movies_cell_highlight a {
	padding-left: 5px;
	font-size: 11px;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #660000;
}

.movie_link {
	color: #FFFFFF;
}

.movie_link:hover {
	color: #FFFFFF;
	text-decoration: underline;
}