/*-----------------------------------------------------------------------------
	Special offers
-----------------------------------------------------------------------------*/

	#cta-specialoffers .footer span {
		padding: 0;
	}	
	#cta-specialoffers .footer span .next,
	#cta-specialoffers .footer span .prev {
		bottom: 0px;
		position: absolute;
	}
	#cta-specialoffers .footer span .next {
		background: url('../images/arrow-right.png') no-repeat center right;
		font-weight: bold;
		padding: 0 10px 0 0;
		right: 15px;
	}
	#cta-specialoffers .footer span .prev {
		background: url('../images/arrow-left.png') no-repeat center left;
		font-weight: bold;
		left: 15px;
		padding: 0 0 0 10px;
	}
	#cta-specialoffers .footer {
		background: #a194ab url('../images/cta-specialoffers.png') no-repeat bottom left;
		padding: 0.5em 10px;
	}
	#cta-specialoffers .footer ul,
	#cta-specialoffers .footer ul li {
		height: 12em;
	}
	#ie.v6 #cta-specialoffers .footer ul,
	#ie.v6 #cta-specialoffers .footer ul li {
		height: 13em;
	}
	#cta-specialoffers .footer ul p {
		color: #ffffff;
	}
	
/*---------------------------------------------------------------------------*/