$(function(){
lefteditorchoice1html='';
$('#lefteditorchoice1').html(lefteditorchoice1html);
$('#foo3').carouFredSel({
scroll : 5000,
circular: true,
infinite: false,
auto : true,
width : '100%',
prev : { button:'#foo3_prev', key:'left' },
next : { button:'#foo3_next', key:'right' },
pagination: '#foo3_pag'
});
$('.imgLiquid1').imgLiquid({fill:!false, horizontalAlign:'center', verticalAlign:'top', useBackgroundSize:true});
});