﻿/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollablenowsmall, div.scrollablecomingsmall {
	
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width: 870px;	
	height:165px;	
	float:left;
	
	/* custom decorations*/ 
	padding-top:6px;	
	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.scrollablenowsmall div.items, div.scrollablecomingsmall div.items{	
	/* this cannot be too large */
	width:20000em;	
	position:relative;
	clear:both;		
	
	/* decoration */
	margin-left:6px;
}

/* single scrollable item */
div.scrollablenowsmall div.items div, div.scrollablecomingsmall div.items div{	
	float:left;
	
	/* custom decoration */
	text-align:center;
	width:106px;
	padding:3px 3px 3px 3px;
	font-family: 'bitstream vera sans';
	border:1px solid #ccc;/*outset*/
	background-color: #ddd;
	margin-right: 10px;	
	-moz-border-radius:5px;
}

div.scrollablenowsmall div.items div.noimages a div.image-description, 
div.scrollablecomingsmall div.items div.noimages a div.image-description
{
	position:relative;
	z-index: 10;
	margin-top:-110px;
	padding: 3px!important;
	padding: 0px;
	font-size: 16px;
	margin-left:5px;
	width:90px;
	height:110px;
	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.scrollablenowsmall div.items div.active, div.scrollablecomingsmall div.items div.active{
	border:1px inset #ccc;		
	background-color:#fff;
}
.prev, div.prevPage a {
	/*display:block;*/
	width:18px;
	height:18px;
	background:url(../../images/tab/left_top.png) no-repeat;
	float:left;
	margin:80px 5px;
	cursor:pointer;
}
.next, div.nextPage a{
	/*display:block;*/
	width:18px;
	height:18px;
	background:url(../../images/tab/right_top.png) no-repeat;
	float:left;
	margin:80px 5px;
	cursor:pointer;
	}
.noneNextPrev
{
	display:block;
	width:18px;
	height:18px;
	/*background:url(../../images/left.png) no-repeat;*/
	float:left;
	margin:80px 5px;
	cursor:pointer;
	}
/* mouseover state */
.prev:hover,  div.prevPage a:hover {
	/*background-position:0px -18px;	*/
	background:url(../../images/tab/left_bot.png) no-repeat;	
}
.next:hover, div.nextPage a:hover
{
	background:url(../../images/tab/right_bot.png) no-repeat;
	}
/* disabled navigational button */
.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
/*.next, a.nextPage {
	background-image:url(../../images/tab/right_top.png);
	clear:right;	
}*/



/*********** navigator ***********/


/* position and dimensions of the navigator */
*:first-child+html .navi{margin-left:170px!important;}
div.navi {
	margin-left:430px!important;
	margin-left:150px;
	width:200px;
	height:11px;
}

/* 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_nowcomingsmall{ font-size:12px; background-color:#fff7d9; padding:5px;}
.nowshowing_nodata{height:170px;vertical-align:middle;}
