
jQuery(document).ready(function() {

	jQuery(function() {
		jQuery('#slideshow').cycle({
		fx:    'scrollDown',
		prev:   '#prev', 
    	next:   '#next',
		timeout:	6000,  
		speed:	1500
		});
});


	jQuery("#brs_contact").validate();
	jQuery("#brs_offer").validate();
/*
$(".decor").css({"text-align": "center"}).append(" &nbsp; <img src='img/brs_icon.png' />").prepend("<img src='img/brs_icon.png' /> &nbsp; ");
        jQuery(document).pngFix(); 
*/

	jQuery('#main_nav ul').lavaLamp({
		speed: 'slow'
	});
});

