/* Testimonials */
#testimonials {width:968px;height:155px;margin:40px 10px 0 10px;padding:0;position:relative;}
#testimonials li{position:absolute;top:0px;height:155px;margin:0;padding:0;overflow:hidden;}
#testimonial_01{left:-12px;width:270px;height:155px;}
#testimonial_01 span{width:270px;height:155px;background:url('../images/testimonial-david-gilmour.gif') top left no-repeat;background-size:270px 155px;}
#testimonial_02{left:250px;width:233px;height:155px;}
#testimonial_02 span{width:233px;height:155px;background:url('../images/testimonial-rob-harris.gif') top left no-repeat;background-size:233px 155px}
#testimonial_03{right:238px;width:252px;height:155px;}
#testimonial_03 span{width:252px;height:155px;background:url('../images/testimonial-ben-poole.gif') top left no-repeat;background-size:252px 155px;}
#testimonial_04{right:10px;width:233px;height:155px;}
#testimonial_04 span{width:233px;height:155px;background:url('../images/testimonial-dave-burrluck.gif') top left no-repeat;background-size:233px 155px;}

/* Body */
#main-image{width:988px;height:362px;}
#headline{width:819px;height:175px;right:-151px;}
#headline span{width:819px;height:175px;background:url('../images/headline-home-page.gif') top right no-repeat;background-size:819px 175px;}
#cta{position:relative;overflow:hidden;width:172px;height:35px;right:-800px;}
#cta-image{position:absolute;left:0;width:172px;height:35px;background:url('../images/cta-home-page.gif') 0 0 no-repeat;background-size:172px 100px;}
#cta span:hover{background-position:0 -50px;}



/* Retina displays */
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5), 
only screen and (-moz-min-device-pixel-ratio: 1.5), 
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
	#testimonial_01 span{background-image:url('../images/testimonial-david-gilmour@2x.gif');}
	#testimonial_02 span{background-image:url('../images/testimonial-rob-harris@2x.gif');}
	#testimonial_03 span{background-image:url('../images/testimonial-ben-poole@2x.gif');}
	#testimonial_04 span{background-image:url('../images/testimonial-dave-burrluck@2x.gif');}
	#headline span{background-image:url('../images/headline-home-page@2x.gif');}
	#cta-image{background:url('../images/cta-home-page@2x.gif') 0 -10 no-repeat;background-size:172px 99px;}
	#cta span:hover{background-position:0 -50px;}
}
