@charset "utf-8";
/* CSS Document */


		#kwicks { width: 590px; overflow-x: hidden; }
		#kwicks:hover li a { width: 100px; }
		#kwicks li		{ 
			float: left; 
			overflow-x: hidden; 
			display: block; 
		}
		#kwicks li:hover a { width: 285px !important; }

		/* individual kwicks */
		#kwicks li a { display: block; text-indent: -9999px; width: 134px; height: 143px; 
			transition-property: width;
			transition-duration: 1s;

			-webkit-transition-property: width;
			-webkit-transition-duration: .5s;
		}
		.john 	{ background: url(../images/videos/endorsements/1.jpg) no-repeat; }
		.paul 	{ background: url(../images/videos/endorsements/2.jpg) no-repeat; }
		.george 	{ background: url(../images/videos/endorsements/3.jpg) no-repeat; }
		.salahuddin 	{ background: url(../images/videos/endorsements/4.gif) no-repeat; }
		.MsQureshi 	{ background: url(../images/videos/endorsements/5.gif) no-repeat; }
		.ShahidSiddique	{ background: url(../images/videos/endorsements/6.gif) no-repeat; }