/* Common Carousel Defs */
.carousel {
	padding: 0;
	background-color: #fff;
	display: block;
	position: relative;
}

.carousel .cover {
	z-index: 20;
	margin: 0;
}

.carousel .cover,.carousel img.full,.carousel div.carouselElement a {
	position: absolute;
	left: 0;
	top: 0;
}

.carousel div.carouselElement div.info {
	position: absolute;
	float: right;
	margin: 0px;
	padding: 0;
	bottom: 20px;
	right: 10px;
	background: #fff;
	width: 170px;
	background: transparent;
	font-size: 1em;
}

.carousel div.carouselElement a {
	z-index: 21;
}

.carousel div.carouselElement { /* display: none; */
	overflow: hidden;
}

.carousel div.carouselElement div.info h3 {
	font-size: 16px;
	font-weight: bold;
	color: #00548D;
	margin: 0 0 7px 0;
}

.carousel div.carouselElement div.info p {
	height: 112px;
	padding: 0;
}

.carousel #pager {
	z-index: 22;
	position: relative;
	float: right;
	margin: 10px;
}

.carousel #pager a {
	margin: 2px;
	padding: 0 0.4em;
	height: 14px;
	width: 14px;
	text-decoration: none;
	color: #555;
	background-color: #555;
	font-size: 1px;
	display: block;
	float: left;
}

.carousel #pager a.activeSlide {
	background-color: #3399cc;
	color: #3399cc;
}

/* Large Carousel Defs */
.largeCarousel {
	margin: 5px 0 7px 0;
	padding: 0;
	background-color: #fff;
}

.largeCarousel img.full {
	width: 752px;
	height: 300px;
}

.largeCarousel,.largeCarousel div.carouselElement,.largeCarousel div.carouselElement a,.largeCarousel div.cover
	{
	width: 941px;
	height: 300px;
	padding: 0;
}

.largeCarousel .cover {
	background: url(../images/corners_940x300.png) top left no-repeat;
}

/* Microsite Carousel Defs */
.microCarousel img.full {
	width: 515px;
	height: 230px;
}

.microCarousel,.microCarousel div.carouselElement,.microCarousel div.carouselElement a,.microCarousel div.cover
	{
	width: 704px;
	height: 230px;
	padding: 0;
}

.microCarousel .cover {
	background: url(../images/corners_704x230.png) top left no-repeat;
}

.microCarousel {
	margin: 0 0 7px 0;
}

/* MSMC Carousel Defs */
.msmcCarousel img.full {
	width: 515px;
	height: 287px;
}

.msmcCarousel,.msmcCarousel div.carouselElement,.msmcCarousel div.carouselElement a,.msmcCarousel div.cover
	{
	width: 698px;
	height: 287px;
	padding: 0;
}

.msmcCarousel .cover {
	background: url(../images/corners_698x287.png) top left no-repeat;
}

.msmcCarousel {
	margin: 0 0 7px 0;
}

.msmcCarousel div.carouselElement div.info {
	width: 160px;
}

/* Badge Carousel Defs */
.badgeCarousel {
	width: 218px;
	height: 271px;;
	padding: 7px;
	text-align: center;
	border: 1px solid #CBD4DC;
}

.badgeCarousel #bcCiWrapper {
	padding: 0;
	background-color: #edf0f3;
	height: 271px;
}

.badgeCarousel #bcCiWrapper,.badgeCarousel div.carouselElement,.badgeCarousel div.carouselElement p
	{
	text-align: center;
	position: relative;
}

.badgeCarousel div.carouselElement {
	padding: 14px;
	height: 243px;
}

.badgeCarousel div.carouselElement p {
	padding: 0;
}

.badgeCarousel div.carouselElement a {
	text-align: center;
	display: block;
	position: relative;
}

.badgeCarousel div.carouselElement img {
	clear: both;
	float: none;
	border: none;
	position: relative;
	margin: 14px 0 24px 0;
	position: relative;
}

.badgeCarousel #bcpager {
	float: none;
	text-align: center;
	overflow: hidden;
	height: 50px;
	width: auto !important;
	margin: 15px auto 0 auto;
	display: inline-block;
	position: relative
}

.badgeCarousel #bcpager a {
	padding: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: left;
	height: 50px;
	width: 50px;
	position: relative
}

.badgeCarousel #bcpager a+a {
	padding-left: 6px;
}
