@CHARSET "UTF-8";

.flash {
	opacity: 0.6;	
}

#content div.filmstrip {
	background: #fff;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	overflow: hidden;
	height: 200px;
}

#content div.filmstrip ul li div.previous, #content div.filmstrip ul li div.next {
	position: relative; 
	z-index: 100;
	width: 60px;  
	height: 49px;
	margin-top: -135px;
}

#content div.filmstrip ul li div.previous {
	margin-left: 242px; 
	background: url('previous.png') no-repeat;
}
#content div.filmstrip ul li div.next {
	background: url('next.png') no-repeat;	
}

#content div.filmstrip ul li div.previous:hover, #content div.filmstrip ul li div.next:hover {
	cursor: pointer;
	opacity: 0.9;
}


#content div.filmstrip ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}

#content div.filmstrip ul li {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
}


#content div.filmstrip ul li div {
	width: 300px;
	height: 200px;
	background: #000;
	color: #fff;
	text-align: center;
}


#content div.filmstrip ul li div h2 {
	margin-top: 0;
	padding-top: 50px;
}
