/* CSS Document */
#scrolling{
margin-top:10px;
margin-left:2px;
float:left;
position:relative;
width:100%;
margin-bottom:60px;
opacity:0.3;

}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;
	height:270px;
	
	
	
	
}

.watchedAll .nextTrailer, .watchedAll .prevTrailer, .watchedAll .nextDVD, .watchedAll .prevDVD,.watchedAll .next-watched-films, .watchedAll .prev-watched-films,.show-recom .next-watched-films, .show-recom .prev-watched-films {
	border:0;
	box-shadow: none;
	

	
}


/* prev, next, prevPage and nextPage buttons */
#scrolling a.browse {
	/*background:url(../img/scrollable/arrow/hori_large.png) no-repeat;*/
	/*background:url(../images/next-back.png) no-repeat;*/
	position:relative;
		background:url(../images/scroll_options.jpg) no-repeat;
		
	display:block;
	/*width:30px;*/
	width:40px;
	height:120px;
	float:left;
	margin:20px 0px;
	cursor:pointer;
	font-size:1px;
}

/* right */
#scrolling a.right 				{ 
/*background-position: -30px 0px; */
background-position: -55px -25px; 
clear:right; 
margin-right: 0px;
margin-left:10px}

/*a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 
*/

/* left */
#scrolling a.left				{
clear:left;
 margin-left: 0px;
 margin-right: 15px;
 background-position: 0px -20px; 
/* height:60px;*/
  } 
/*a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }
*/
/* up and down */
a.up, a.down		{ 
	background:url(../img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
#scrolling a.disabled {
	visibility:hidden !important;		
	/*background-position:0px -35px; */
} 	

