div.box
{
	position: absolute;
	width: 294px;
	height: 381px;
	overflow: hidden;
}

div.collector
{
	position: absolute;
	width: 4200px;
	height: 381px;
}

div.snippet
{
	float: left;
	width: 294px;
	height: 381px;
	background: #0ab6de;
}

div.snippet img
{
	border: 0;
	margin: 0px;
	padding: 0px;
}

a.movie-trigger
{
	position: absolute; 
	z-index: 10;
	background: #0ab6de;
	width: 294px;
	height: 381px;
}

a.movie-trigger img
{
	margin: 166px 0 0 123px; 
}

div.selector
{
	position: absolute;
	width: 294px;
}

div.selector a
{
	font: bold 28px arial;
	color: #DDD;
	text-decoration: none;
	padding: 12px 4px;
	height: 359px;
	background: #FFF;
	opacity: 0.3;
	filter: alpha(opacity=30);
	position: absolute; 
	z-index: 15;	
}

div.selector a:hover
{
	color: #888;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#next_selector { margin-left: 270px; }
