﻿/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollablenowshowing, div.scrollablecomingsoon {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 870px;	
	height:215px;	
	float:left;
	
	/* custom decorations*/ 
	padding-top:10px;	
	border:1px solid #ccc;
	background-color:#efefef;	
	-moz-border-radius:7px;			
}

/* 
	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.scrollablenowshowing div.items, div.scrollablecomingsoon div.items{	
	/* this cannot be too large */
	width:20000em;	
	position:relative;
	clear:both;		
	
	/* decoration */
	margin-left:22px;
}

/* single scrollable item */
div.scrollablenowshowing div.items div, div.scrollablecomingsoon div.items div{	
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:138px;
	/*height:196px;*/
	padding:4px 4px 4px 4px;
	font-family: 'bitstream vera sans';
	border:1px solid #ccc;/*outset*/
	background-color: #ddd;
	margin-right: 22px;	
	-moz-border-radius:5px;
}

div.scrollablenowshowing div.items div.noimages a div.image-description, 
div.scrollablecomingsoon div.items div.noimages a div.image-description
{
	position:relative;
	z-index: 10;
	margin-top:-130px;
	padding: 3px!important;
	padding: 0px;
	font-size: 16px;
	margin-left:8px!important;
	margin-left:3px;
	width:113px;
	height:145px;
	color:#fff;
	/*filter: alpha(opacity=50);
	opacity: 0.50;*/
	background-color:Transparent;
	border:solid 0px #fff;
	text-decoration:none;
	font-family:Arial,Helvetica,Verdana,"MS Sans Serif","Microsoft Sans Serif",sans-serif;
}

/* active item */
div.scrollablenowshowing div.items div.active, div.scrollablecomingsoon div.items div.active{
	border:1px inset #ccc;		
	background-color:#fff;
}
/*a.prev, a.next, a.prevPage, a.nextPage 
{
	height:18px!important;
	height:36px;
	width:18px;
	display:block;
	background:url(../../images/tab/left.png) no-repeat;
	float:left;
	margin:80px 5px;
	cursor:pointer;
}*/
.prev, .prevPage
{
	height:18px!important;
	width:18px;
	display:block;
	background:url(../../images/tab/left_top.png) no-repeat;
	float:left;
	margin:80px 5px;
	cursor:pointer;
}
.prev:hover, .prevPage:hover{
	background:url(../../images/tab/left_bot.png) no-repeat;
}
.next, .nextPage 
{
	height:18px!important;
	width:18px;
	display:block;
	background:url(../../images/tab/right_top.png) no-repeat;
	float:left;
	margin:80px 5px;
	cursor:pointer;
	}
.next:hover, .nextPage:hover {
	background:url(../../images/tab/right_bot.png) no-repeat;
	}
.noneNextPrev
{
	height:18px!important;
	width:18px;
	display:block;
	/*background:url(../../images/left.png) no-repeat;*/
	float:left;
	margin:80px 5px;
	cursor:pointer;
}
/* mouseover state */
/*a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;	
}*/
/* disabled navigational button */
.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
/*a.next, a.nextPage 
{
	height:18px!important;
	height:36px;
	width:18px;
	background-image:url(../../images/tab/right.png);
	clear:right;
	
	
}*/


/*********** navigator ***********/


/* position and dimensions of the navigator */
*:first-child+html .navi{margin-left:145px!important;}
div.navi {
	margin-left:430px!important;
	margin-left:150px;
	width:200px;
	height:11px;
}
div.noneNavi
{
	margin-left:420px;
	width:200px;
	height:5px;
}

/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../../images/tab/dot_top.png) 0 0 no-repeat;     
	cursor:pointer;	
}

/* mouseover state */
div.navi a:hover {
	/*background-position:0 -8px;*/ 
	background:url(../../images/tab/dot_mid.png) 0 0 no-repeat;     
     
}

/* active state (current page state) */
div.navi a.active {
	/*background-position:0 -16px;  */
	background:url(../../images/tab/dot_bot.png) 0 0 no-repeat;    
} 	

div.wz_nowcoming{ font-size:12px; background-color:#fff7d9; padding:5px;}
.nowshowing_nodata{height:220px;vertical-align:middle;}
