.opening {
	background-color:#fffef3; border:0; width:100%; text-align:center;
}
.opening .openheader {
	background-color:#f7f1db; border-top:1px solid #d3d0c6; border-bottom:1px solid #d3d0c6;
}
.opening .openheader h3 {
	font-size:11pt; color:black; border: 0; padding:0;margin:0; float:right; text-align:right;
}
.opening .openheader a {
	font-size:8pt; font-weight: bold; color: black; float:left; text-align:left;
}
.opening td {
	background-color:white; border:1px solid #d3d0c6;
}

/** carousel **/

#intheaters{
	text-align:right;
	direction:ltr;
}
#intheaters_images{
	visibility:hidden;
	height:220px;
	margin-bottom:50px;
}
#intheaters_images img { 
	top:0;
	border:none;
	position:absolute;
}
#intheaters_captions{
	font-weight:bold;
	position:relative; 
	text-align:center;
	margin-top:20px;
	z-index:10000;
}
#intheaters_scrollbar{
	visibility:hidden;
	position:relative; 
	border-bottom:1px solid #b3b3b3;
	z-index:10001;
	direction:ltr;
	text-align:left;
	margin-right:auto;
}
#intheaters_slider{
	position:absolute;
	margin-top:-7px;
	margin-right:-7px;
	z-index:10002;
	background-image:url(/templates/newssite/images/slider.png);
	background-repeat:no-repeat;
	width:14px;
	height:14px;	
}
