marqueeInit({
	uniqueid: 'carrusel_empre',
	style: {
		'padding': '1px',
		'width': '810px',
		'height': '170px'
	},
	inc: 5, //speed - pixel increment for each iteration of this marquee's movement
	mouse: 'cursor driven', //mouseover behavior ('pause' 'cursor driven' or false)
	moveatleast: 2,
	neutral: 150,
	savedirection: true
});

jQuery.noConflict();
try{
jQuery( document ).ready( function(){
    jQuery("button, input:submit, input:button, a", ".style_btn").button();

});
}
catch(Exception){
}
