/* LISTS */
ul .containercc {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul li .containercc { border-bottom: 1px solid #ddd; margin: 8px 0 8px 0; }
/*#navigation li { border: 0; margin: 0; }*/


/* FILMSTRIP CAROUSEL / NEWS ../images
------------------------------------------- */
#filmstrip {
	height: 333px;
	position: relative;
	/* float: left; */
	overflow: hidden;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
}

#filmstrip.col-8 {
	width: 500px;
}

#filmstrip .containercc {
	height: 333px;
	overflow: hidden;
	position: relative;
	float: left;
}

#filmstrip.col-8 .containercc {
	width: 500px;
}

#filmstrip .containercc ul {
	height: 333px;
	left: 0;
	top: 0;
	position: relative;
	width: 1000000px;
}	

#filmstrip .containercc li {
	height: 333px;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
}

#filmstrip.col-8 .containercc li {
	width: 500px;
}

#filmstrip img {
	position: relative;
	top: 0;
	left: 0;
}
	
.mbfinewscarousel {
	position: absolute;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	background:transparent url(../images/trans40.png);
	_background: none;	   	    
}
.mbfinewscarousel.upper-left {
	width: 350px;
	top: 15px;
	left: 15px;
	}
#filmstrip h3 a {
	font-size: 1.6em;
	color: #FFFFFF;
	line-height: 1em;

	}	
.mbfinewscarousel.lower-left {
	width: 350px;
	bottom: 15px;
	left: 15px;
}

.mbfinewscarousel.upper-right {
	width: 300px;
	top: 15px;
	right: 15px;
	text-align: right;
}

.mbfinewscarousel.lower-right {
	width: 300px;
	bottom: 15px;
	right: 15px;
	text-align: right;
}

.mbfinewscarousel span {
	margin-bottom: 10px;
	color: #f5c52f;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

.mbfinewscarousel strong {
	margin: 0;
	padding: 0 0 0 2px;
	color: #FFF;
	font-size: 22px;
	display: block;
}

.mbfinewscarousel h3 {
	font-size: 28px;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: none;
	background: none;
	border-bottom: 0;
	display: block;
	margin: 0;
	padding: 0;
}
	
.mbfinewscarousel p {
	display: block;
	font-size: 12px;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 6px;
	margin-left: 0;
}

	
#filmstrip .previous_button {
	position: absolute;
	top: 150px;
	left: 3px;
	background: #fff;
	z-index: 100;
	background: url(../images/carousel-arrows.png) no-repeat 0px 0;
	/*_background: url(../images/carousel-arrows-notrans.gif) no-repeat 0px 0;*/
	width: 22px;
	height: 28px;
	text-indent: -9999px;
	cursor: pointer;
	display: none;
}

#filmstrip .next_button {
	position: absolute;
	top: 150px;
	right: 7px;
	_right: 100px;
	background: #fff;
	z-index: 100;
	background: url(../images/carousel-arrows.png) no-repeat -22px 0;
/*	_background: url(../images/carousel-arrows-notrans.gif) no-repeat -22px 0;*/
	width: 22px;
	height: 28px;
	text-indent: -9999px;
	cursor: pointer;
	display: none;
}
	
#filmstrip .next_button_disabled,
#filmstrip .previous_button_disabled {
	display: none !important;
}
	
.show-buttons .previous_button, .show-buttons .next_button {
	display: block !important;
}

/* Carousel NAVIGATION
---------------------------------------- */
#carousel-direct-nav.mbfi-filmstrip {
	height: 70px;
	position: relative;
	top: -4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;	/* float: left; */
}

#carousel-direct-nav.col-8 {
	width: 500px;
}

#carousel-direct-nav a {
	float: left;
	position: relative;
	text-decoration: none;
}

#carousel-direct-nav .btn {
	color: #555;
}

#carousel-direct-nav.mbfi-filmstrip .btn {
	height: 67px;
	font-weight: bold;
}

#carousel-direct-nav .btn p {
	padding: 0 5px;
}

#carousel-direct-nav div.row {
	display: table-row;
}

#carousel-direct-nav div.cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
}

#carousel-direct-nav.col-8 .btn {
	background: url(../images/filmstrip-nav-mbfi.png) no-repeat 0 0;
	width: 100px;
}

#carousel-direct-nav.col-8 div.cell {
	width: 100px;
	height: 67px;
}

#carousel-direct-nav .btn:hover,
#carousel-direct-nav .btn.active {
	height: 70px;
	top: -3px;
	color: #000;
	overflow: visible;
}

#carousel-direct-nav.col-8 .btn:hover,
#carousel-direct-nav.col-8 .btn.active {
	background: url(../images/filmstrip-nav-mbfi.png) no-repeat 0 -67px;
}

#carousel-direct-nav .btn:hover div.cell p,
#carousel-direct-nav .btn.active div.cell p {
	position: relative;
	top: 3px;
}

.ie-cell {
	position: relative;
	top: 2px;
}

