/*
 * Movies Popup styling  - START
 */
#moviePopup{
background: transparent url(../images/movies/moviePopup_bg.png) no-repeat;	
width:861px;	
height:1%;	
position:relative;	
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000;
}

#moviePopup h3 {
font-size:15px;
color:#ffffff;
text-indent:0;
background:#3a3a3a;
padding:  12px 0 0 15px;

font-size:16px;	
padding: 5px 0 5px 15px;
background:#5eac7c;
color:#000;	


}

.movieHeading{
font-size:15px;
color:#ffffff;
}

#moviePopup #movieLeft{
width:222px;
height:453px;
float:left;
display:inline;
overflow:hidden;
}

#moviePopup .movieText{
padding-right:20px;	
height:123px;
overflow:hidden;
padding:5px;
	
}

.movieHeading{
font-size:16px;	
padding: 5px 0 5px 15px;
background:#3a3a3a;
color:#000;	
}

#moviePopup #movieRight{
width:639px;
height:415px;
float:left;
display:inline;
overflow:hidden;
padding-top:38px;
}

#moviePopup #moviePoster{
width:179px;
height:254px;
margin: 37px 0 0 42px;
}

#facebox img.reflected{
margin-bottom:2px;
}

.clear{
	clear:both;
	line-height:0px;
	font-size:1px;
	border:0;
	margin:0;
	padding:0;
}


#movieTimes{
background: url(../images/movies/movieTimes.png) no-repeat;	
width:312px;
height:88px;
color:#000;
padding:34px 300px 0 24px;

}


a.movieReadmore,a.movieReadmore:active,a.movieReadmore:visited{
color:#fff;	
text-decoration:none;
}

a.movieReadmore:hover{
color:#fff;	
text-decoration:underline;
}


a.movieReadless,a.movieReadless:active,a.movieReadless:visited{
color:#fff;	
text-decoration:none;
}

a.movieReadless:hover{
color:#fff;	
text-decoration:underline;
}


/*
 * facebox styles - START
 */

#facebox .b {
  background:url(../images/movies/b.png);
}

#facebox .tl {
  background:url(../images/movies/tl.png);
}

#facebox .tr {
  background:url(../images/movies/tr.png);
}

#facebox .bl {
  background:url(../images/movies/bl.png);
}

#facebox .br {
  background:url(../images/movies/br.png);
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 900;
  text-align: left;
}

#facebox .popup {
  position: relative;
}

#facebox table {
  border-collapse: collapse;
}

#facebox td {
  border-bottom: 0;
  padding: 0;
}

#facebox .body {
  width: 370px;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox .footer {
  padding-top: 5px;
  margin-top: 10px;
  text-align: right;
  position:absolute;
  right:0;
  top:0;
  background: none;
}

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  opacity:0.8
}

.facebox_hide {
  z-index:-900;
}

.facebox_overlayBG {
  background-color: #c7e1ce;
  z-index: 899;
}

* html #facebox_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}




/*
 * facebox styles - END
 */

 
 /*
  * Scrollpane - START
  */
 
 
	.scrollHolder {
	position: absolute;
	top:28px;
	left: 315px;
	z-index: 2;
	}
	.scrollHolder2 {
	position: absolute;
	left:650px;
	top:28px;
	z-index: 2;
	}
	.scrollHolder3 {
	position: absolute;
	left:440px;
	top:28px;
	z-index: 2;
	}


#Scroll1, #Scroll2, #Scroll3 {
	width:320px;
	height: 738px;
	overflow: auto;
	color: #604a3f;
}
	#Scroll3 {
	width: 515px;
	}
	#Scroll1 h2, #Scroll2 h2, #Scroll3 h2 {
	display: block;
	font: bold 13px Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #ffffff;
	padding: 0 2px 0 2px;
}
.jScrollPaneDrag {
	position: absolute;
	background: #000000;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/
	height: 9px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}
 
 /*
  * Scrollpane - END
  */
  
 
 /* 
 * Movies Popup styling - END
 */


/*******************************************************************************************/

 
 /* 
 * Movie Scroller - START
 */


/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 144px;	
	height:214px;		
	border: 1px solid #4d4d42;
	/* custom decorations */
	padding:0;	
	float:left;	
	display:inline;
	overflow:hidden;

}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items {	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;		
	
	/* decoration */

}

/* single scrollable item */
div.scrollable div.items div {
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:144px;
	height:214px;
	font-size:30px;
	font-family: 'bitstream vera sans';


}

div.scrollable div.items div img  {
width:144px;
height:214px;
}

div.scrollable a img{
border:none;
}

div.scrollable a{
border:none;	
}

/* active item */
div.scrollable div.items div.active {
		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:36px;
	height:216px;
	background:url(../images/movieslider/left.gif) left center no-repeat;
	float:left;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background:url(../images/movieslider/right.gif) left center no-repeat;
	clear:right;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../images/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	



#movieScroller{
width:230px;	
height:216px;
overflow:hidden;
margin:0 0 0 10px;

}

.loadingAjax{
background: url(../images/ajax-loader.gif) center center no-repeat;
height:152px;
}
 
/* 
 * Movie Scroller - END
 */ 
 
 