$('#d').zenith({
layout: 'slider',
animation : 'RotateDown',
autoplay: true,
width: '90%',
height: '420px',
slideSpeed: 600,
style: 'shadow',
customNavs: ['#tf_thumbs', '.tf_thumb'],
thumbsBG : false,
customStyle : [
'#d .tf_slide{padding: 105px 0; font-size: 16px;}',
'#d .tf_slide p{text-align: center, text-shadow: none;}',
'#d .tf_slide h3{font-size: 1.3rem;}'
]
});