$('#first').zenith({
layout: 'screen',
height: '340px',
autoplaySpeed: 4600
});
$('#second').zenith({
layout: 'slider',
autoplay: true,
slideSpeed: 550,
style: 'shadow',
bulletsColor: 'aliceblue'
});
$('#third').zenith({
layout: 'slider',
autoplay: true,
width: '80%',
height: '400px',
slideSpeed: 600,
style: 'border',
customStyle: [
'#third .tf_slide{padding: 20px; font-size: 16px; background: #fefefe;}',
'#third .tf_slide h3{font-size: 1.3rem; text-shadow: 1px 2px 1px black;}'
]
});