#filmCarousel {
	height:610px;
	overflow:hidden;
	position:absolute;
	width:175px;
	right:0;
	top: 18px;
	background-attachment: scroll;
	background-color: #000000;
	background-image: url(../images/interface/carousel_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 30px;
	z-index: 10;
}
#example_4_frame {
	position:relative;
}
#example_4_frame img {
	position:absolute;
}
#example_4_previous {
	left:0;
	top:0;
	cursor: pointer;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff7f00;
}
#example_4_next {
	left:0;
	top:592px;
	cursor: pointer;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff7f00;
}
#example_4_content {
	left:20px;
	margin-top:20px;
	position:absolute;
}
.example_4_item img {
	background-color:#000000;
	border:1px solid #666666;
	display:block;
	float:left;
	margin:5px;
	padding:5px;
}