
div.visor
{
	text-align: center;
	vertical-align: middle;
	margin-bottom: 20px;
	background: url(../images/decor/splatter.gif) center no-repeat;
	min-height: 286px;
}

div.visor div.left
{
	background: url(../images/decor/prev.gif) center left no-repeat;
}

div.visor div.right
{
	background: url(../images/decor/next.gif) center right no-repeat;
}

div.summary
{
	width: 260px; 
	background: url(../images/bg.jpg);
	border: 1px solid black; 
	padding: 5px;
	margin-left: 20px; 
	float: right;
	margin-bottom: 20px;
	font-size: 10pt;
	font-family: "Tahoma", sans-serif;
}

div.cinema-pager a
{
	margin-top: 50px;
	background: center no-repeat;
	display: block;
	height: 400px;
	width: 40px;
}

div.cinema-pager a.prev
{
	float: left;
}

div.cinema-pager a.next
{
	float: right;
}