$(document).ready(function(){
		// default options
		$('.mediaQuadrat').media({
			width: 140,			
			height: 20,
			autoplay: false,
			bgColor: '#CC9966',
			flashvars:	{ showstop: 'true'}
		}
		);

		$('.mediaContent').media({
			width: 213,			
			height: 20,
			autoplay: false,
			bgColor: '#fff',
			flashvars:	{ showstop: 'true'}
		}
		);

		$('.media').media({
			width: 213,			
			height: 20,
			autoplay: false,
			bgColor: '#fff',
			flashvars:	{ showstop: 'true'}
		}
		);
	});

