/* CSS Document */
p
{
  margin: 0 0 5px 0;
} 

h3
{   font-size: 17px; 
	color: #b2864f; 
}

.pl-content-wrapper
{
  padding: 13px 0 0 0;
  margin: 0;
  background-color: #261812;
}
.pl-home-content
{
  padding-left: 18px;
  padding-right: 13px;
  padding-bottom: 13px;
}

.pl-home-content1, .pl-home-content2
{
 width: 426px;
 background-color: #311f15;
 padding-left: 28px;
 padding-top: 12px;
 padding-bottom: 12px;
 padding-right: 20px;
}

.pl-home-content1
{
 float: left;
}

.pl-home-content2
{
 float: right;
}
/*home page theatre */
/* photo rotator/slides css */
div#rotator ul li {
	position:absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	list-style-image: none;
	overflow: hidden;
	top: 0;
	left: 0;
	background: none;
}
div#rotator ul li.show {
	z-index:100;
}
/* end rotator/slides css */
.slide-overlay
{
	position: absolute;
	width: 1000px;
	height: 577px;
	bottom: 0;
	z-index:500;	
}
.slide-label 
{
	position: absolute;
	font-size: 15px;
	z-index: 1000;
	bottom: 0;
}
	
.pl-theatre
{
height: 554px;
overflow: hidden;
}
.pl-theatre-slider-bg, .pl-theatre-slider-open-bg
{
  width: 27px;
  height: 451px;
  position: absolute;
  z-index: 1;
  background-color: #30241d;   /* for IE */
  filter:alpha(opacity=90);   /* for IE */
  zoom: 1; /* for IE */
  background: rgba(48, 36, 29, 0.9);
  margin: 0 auto;
  padding: 0;
  right: 0;
  top: 126px;
}

.pl-theatre-slider-open-bg
{
	top: 103px;
    right: 27px;
}
.pl-theatre-slider, .pl-theatre-slider-open
{
  width: 27px;  
  float: right;
  font-size: 13px;
  color: #ac9d84;
  text-align: left;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  padding: 0;
  top: 103px;

}

.pl-theatre-slider-open-bg, .pl-theatre-slider-open
{
  width: 241px;
}

.pl-theatre-slider-open
{
  padding-left: 0px;
  width: 241px;
}

.pl-theatre-slider-open-content
{
padding-right: 27px;
padding-top: 23px;

}

.pl-theatre-slider-open-close
{
text-align: right;
font-size: 13px;
font-weight: bold;
padding-right: 10px;
}

.slider-linkoverview
{
border-top: solid 1px #ac9d84;
border-bottom: solid 1px #ac9d84;
padding: 12px 0 16px 0;
margin-top: 16px;
line-height: 15px;
}
.slider-boxoverview
{
	background-color: #311e15;
	padding: 12px 10px 8px 10px;
	margin-top: 7px;
}
.slider-share
{
border-top: solid 1px #ac9d84;
padding: 9px 0 10px 0;
margin-top: 6px;
}


/*slider panel code*/
.panel {
position: absolute;
display: none;
right: 0;
}

a.trigger{
position: absolute;
z-index: 1;
font-size: 16px;
text-decoration: none;
display: block;
right: 0px;
top: 130px;
width: 23px;
background: transparent url(/images/panel-open.png) top left no-repeat;
behavior: url(/css/iepngfix.htc); /* ie6 fix for transparent png images */
}

a.trigger:hover{
position: absolute;
text-decoration: none;
color:#ac9d84;
display: block;
}

a.active.trigger {
background:transparent url(/images/panel-close.png) top left no-repeat;
width: 23px;
behavior: url(/css/iepngfix.htc); /* ie6 fix for transparent png images */
}


/* home slider */
#slider ul, #slider li {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
  overflow: hidden;
}

#slider, #slider li {
  width: 1000px;
  height: 577px;
  overflow: hidden;
}

#slidernav {
  left: 780px;
  position: absolute;
  top: 400px;
  z-index: 100;
}
#slidernav .dots {
  display: block;
  width: 10px;
  height: 10px;
  background: Transparent url(/images/dot.png) no-repeat;  
  behavior: url(/css/iepngfix.htc); /* ie6 fix for transparent png images */
}
#slidernav div {
  float: left;
  padding-right: 5px;
  padding-left: 5px;
}

#slidernav a {
  color: #b2864f;
  text-decoration: none;
  display: block;
  width: 15px;
  height: 15px;
}

div#rotator ul li img 
{
   border-bottom: none;
}
/*end home page theatre */


