.HorizontalAd
{
overflow:hidden;
}

.AdFeaturedListingRight {
	text-align:left;
	width:inherit;
}

.AdFeaturedListingLeft {
	text-align:left;
	width:inherit;
}

.featuredCompany {
	max-width: 300px;
	margin: auto;
	min-height: 310px;
}
.featuredCompany .innerAdWrapper {
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	padding: 10px;
}
.featuredCompany .thumbnail {
	text-align: center;
}
.featuredCompany .thumbnail img {
	max-width: 100%;
}
.featuredCompany .scaHeadline {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	line-height: 1.5em;
}
.featuredCompany .scaTextCopy {
	font-size: 12px;
	line-height: 1.5em;
}
.featuredCompany .scaLinkText {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}
@media only screen and (max-device-width: 480px) {
	.featuredCompany {
		max-width: 100%;
	}
	.featuredCompany .scaHeadline {
		font-size: 110% !important;
	}
	.featuredCompany .scaTextCopy {
		font-size: 100% !important;
	}
	.featuredCompany .scaLinkText {
		font-size: 100% !important;
	}
}


/* OBG Product Showcase*/
.productShowcase {
	max-width: 300px;
	margin: auto;
	text-align: left;
}
.productShowcase .innerAdWrapper {
	background-color: #e4e4e4;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	border-radius: 5px;
	box-shadow: 3px 3px 10px 3px #cccccc;
	border: 1px solid #666;
	padding: 10px;
}
.productShowcase .thumbnail {
	text-align: center;
}
.productShowcase .thumbnail img {
	max-width: 100%;
}
.productShowcase .scaHeadline {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	line-height: 1.5em;
}
.productShowcase .scaTextCopy {
	font-size: 12px;
	line-height: 1.5em;
}
.productShowcase .scaLinkText {
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}
@media only screen and (max-device-width: 480px) {
	.productShowcase {
		max-width: 100%;
	}
	.productShowcase .scaHeadline {
		font-size: 110% !important;
	}
	.productShowcase .scaTextCopy {
		font-size: 100% !important;
	}
	.productShowcase .scaLinkText {
		font-size: 100% !important;
	}
}