@media only screen and (min-width: 480px) and (max-width: 767px) {
	.wrapper, .testimonials, .biography, .slider, #slider, .footer {width:480px;-webkit-text-size-adjust:100%;}
	.slider, #slider {height:246px;margin:0px;}
	.testimonials_content {float:none;width:auto;}
	.biography_left {width:auto;padding:0px;float:none;text-align:center;}
	.biography_right {width:auto;padding:0 10px;}
	#testimonial {visibility:visible;display:block;}
	#testimonial-desktop {display:none;}

	#pager {display:block;text-align:center; margin-top:15px;}
	#pager a {display:inline-block;background:url(../img/pager.jpg) no-repeat 0px 0px; width:12px; height:12px; overflow:hidden;text-indent:-9999px; margin:0 10px;}
	#pager a.activeSlide {background-position:0px -12px;}
	}
	
@media only screen and (min-width: 150px) and (max-width: 479px) {
	.wrapper, .testimonials, .biography, .slider, #slider, .footer {width:320px;-webkit-text-size-adjust:100%;}
	.header {font-size:12px;}
	.slider, #slider {height:164px;margin:0px;}
	.testimonials_content {float:none;width:auto;}
	.biography_left {width:auto;padding:0px 0 10px;float:none;text-align:center;}
	.biography_right {width:auto;padding:0 10px;}
	#testimonial {visibility:visible;display:block;}
	#testimonial-desktop {display:none;}

	#pager {display:block;text-align:center; margin-top:15px;}
	#pager a {display:inline-block;background:url(../img/pager.jpg) no-repeat 0px 0px; width:12px; height:12px; overflow:hidden;text-indent:-9999px; margin:0 10px;}
	#pager a.activeSlide {background-position:0px -12px;}

	}