/*classes for featured news carousel*/
.featuredbox-wrapper,
.featuredbox {
	width: 645px;
	height: 306px;
	position: relative;
	overflow: hidden;
	font-family: Verdana, Tahoma, "Lucida Sans";
	font-size: 9pt;
	font-weight: normal;
}

.featuredbox-wrapper {
	display: none;
	height: 326px;
	background-color: #000000;
}

.featuredbox .description {
	font-weight: bold;
	background: transparent url(http://movieline.com/wp-content/themes/vip/pmc-movieline/plugins/pmc-featured-carousel/images/featurebox-bg.png) repeat scroll 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e3e9ed;
	font-size: 18px;
	text-shadow: 1px 1px 1px black;
	top: 233px;
	left: 0px;
	margin: 0px;
	padding: 10px 10px 0px 10px;
	position: absolute;
	z-index: 100;
	width: 625px;
	height: 100px;
}

.featuredbox .description a {
	color: #e3e9ed;
	text-decoration: none;
}

.featuredbox .description a:hover {
	color: #ff0100;
	text-decoration: none;
}

.featuredbox .description img {
	vertical-align: middle;
}

.featuredbox-wrapper .navigation {
	bottom: 3px;
	left: 50%;
	margin-left: -75px;
	padding: 0px;
	position: absolute;
	z-index: 1000 !important;
	height: 14px;
	width: 150px;
}

.featuredbox-wrapper .navigation ul {
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.featuredbox-wrapper .navigation li {
	float: left;
	height: 14px;
	width: 14px;
	margin: 0px 5px;
	padding: 0px;
	background-color: #FF0000;
	background: transparent url(http://movieline.com/wp-content/themes/vip/pmc-movieline/plugins/pmc-featured-carousel/images/dot_inactive.png) no-repeat scroll 0 0;
}

.featuredbox-wrapper .navigation li.hover {
}

.featuredbox-wrapper .navigation li.active {
	background: transparent url(http://movieline.com/wp-content/themes/vip/pmc-movieline/plugins/pmc-featured-carousel/images/dot_active.png) no-repeat scroll 0 0;
	height: 14px;
	width: 14px;
}

.featuredbox .box-slide1,
.featuredbox .box-slide2 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 645px;
	height: 306px;
	z-index: -1;
	background: #FFF;
	color: #000;
}
