$(document).ready(function(){
	$('#teaser').bxSlider({
		mode: 'slide',
		speed: 250,
		auto: 'true',
		pause: 8000,

		wrapper_class: 'example1_container'
	});		
	jQuery(function($) {
		$("a[href]").filter(function() {
			return /\.(jpg|png|gif)$/i.test(this.href);
		}).slimbox({}, null, function(el) {
			return (this == el) || (this.parentNode && (this.parentNode == el.parentNode));
		});
	});
	'.$scale_init.'
});