div.scrollable {
	float:left;
	position:relative;
	width: 542px;
	height:180px;
	margin-right: 2px;
	margin-left: 2px;
	margin-top:15px;
	display:block
}


div.scrollable div.items {
	/* this cannot be too large */
	width:542px;
	display:block;
	position: relative;
float:left;
height:200px;
overflow:hidden;
	
}


.scrollable div.items div{
display: inline-block;
position:relative;
	float:left;
	background-color:#fff;
	padding:0;
	margin:0;
	/*border:1px solid #ccc;*/
	
	cursor:pointer;
	width:540px;
	height:180px;
	/*display: inline-block;*/
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	left:0px;	
}




.scrollable div.items div img {
display: inline-block;
position:relative;
	float:left;
	/*margin:0px*/
	background-color:#fff;
	padding:0;
	margin:0;
	border:1px solid #ccc;
	
	cursor:pointer;
	width:128px;
	height:120px;
	/*display: inline-block;*/
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	left:0px;	
}


/*.scrollable div.items div a{
margin:0px;
padding:0px;
font-weight:normal;
border:none;
border-width:0;

}*/


.scrollable div.items div.wr{
	height:200px;
margin:0;
padding:0;
border:none;
border-width:0;
position: relative;
display:inline-block;
float:left;
width:200px;
top:0px;
left:0px;
height:200px;

}



/* active item */
/*
div.scrollable div.items div div {
position:relative;
	float:left;
	padding: 0px;
	width:130px;
	margin:3px;
	left:0;	
display: inline-block;


} 
div.scrollable div.items div {
position:relative;
	float:left;
	padding: 0px;
	margin:3px;
	left:0;	
display:block;


} 
*/


#film_name {
	
/*background: transparent url(../images/bg-trans.png) repeat scroll 0 0;*/

/*background:transparent url(../images/sprites-repeat-x.png) repeat-x scroll 0 -2945px;*/

/*

background: transparent url(../../images/sprites-repeat-x.png) repeat scroll 0 0;*/
background-color:#333333;
	width:130px;
	height:60px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
	position: absolute;
	top: 110px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	opacity:0.8;
	filter:alpha(opacity=80);
	left:0px;
	overflow:hidden;
	border:none;
	border-width:0;
	}
	
		

.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

#film_name a{
color: #FFFFCC;
text-decoration:underline;
font-family: "Times New Roman", Times, serif;
font-weight:normal;
margin:0;
padding:0;
/*padding-left:5px;*/
width:90%;
}

#film_name a:hover{
color: #FFFF66;
text-decoration:none;
}


