/*-----------------------------------------------------------------------------
	Author Spotlight
-----------------------------------------------------------------------------*/
	
	#cta-authorspotlight {
		background: #000000;
		height: 291px;
		overflow: hidden;
		position: relative;
	}
	#cta-authorspotlight .next,
	#cta-authorspotlight .prev {
		bottom: 57px;
		display: block;
		height: 234px;
		position: absolute;
		text-indent: -1000em;
		width: 50px;
		z-index: 1003;
	}
	#cta-authorspotlight .prev {
		background: url('../images/arrow-large-left.png') no-repeat center;
		left: 0;
	}
	#cta-authorspotlight .next {
		background: url('../images/arrow-large-right.png') no-repeat center;
		right: 0;
	}
	#cta-authorspotlight h2 {
		bottom: 30px;
		color: #F2A900;
		font-size: 1.5em;
		font-weight: bold;
		left: 15px;
		position: absolute;
		z-index: 1002;
	}
	#cta-authorspotlight li {
		height: 291px;
		position: absolute;
		width: 100%;
		z-index: 1000;
	}
	#cta-authorspotlight li span {
		background: url('../images/cta-authorspotlight-trans.png') no-repeat;
		display: block;
		font-size: 1.8em;
		height: 63px;
		line-height: 3.8;
		position: absolute;
		text-indent: 15px;
		top: 228px;
		width: 583px;
		z-index: 1001;
		color: #FFF;
	}
	#cta-authorspotlight li img {
		left: 0;
		position: absolute;
		top: 0;
	}
	#cta-authorminispotlight img {
		position: absolute;
	}
	
	#cta-authorminispotlightsingle .content h3 {
		margin-left: 90px;
	}
	#cta-authorminispotlightsingle .content h3 img {
		left: 15px;
		position: absolute;
	}
	#cta-authorminispotlightsingle .content p {
		margin-left: 90px;
	}
	#cta-authorminispotlightsingle .footer {
		background: #9D92A5 url('../images/column-c-purple-background.png') no-repeat bottom center;
		color: #ffffff;
	}
	
/*---------------------------------------------------------------------------*/
