نوروزخوانی در مازندران
به گزارش صدای ایران، در مازندران نوروز خوانان معمولاً از چندین روز قبل از رسیدن سال نو به داخل روستاها میآیند و با خواندن شعرها دروصف امامان و موسیقی های محلی، سال نو را به آنان مژده میدهند.
#carousel344, #thumbs344 , #carousel_desc344 { overflow: hidden; } #carousel-wrapper344 .caroufredsel_wrapper img{ border-radius: 10px; } #carousel-wrapper2344 .caroufredsel_wrapper img{ border-radius: 10px; } #carousel344 span, #carousel344 img, #thumbs344 a, #thumbs344 img { display: block; float: left; } #carousel_desc344 span { width: 100%; height: auto; display: block; float: left; position: relative; padding: 9px; } #carousel344 span, #carousel344 a, #thumbs344 span, #thumbs344 a { position: relative; display: block; height: 100%; } #carousel344 img, #thumbs344 img { border: none; width: 100%; height: auto; position: absolute; top: 0; left: 0; } #carousel344 span { width: 554px; height: 313px; border-radius: 10px; overflow: hidden; } #carousel_desc344 span { width: 554px; height: auto; } #thumbs-wrapper344 { padding: 20px 40px; position: relative; } #thumbs344 a { border: 1px solid transparent; width: 150px; height: 100px; margin: 0 10px; overflow: hidden; border-radius: 10px; -webkit-transition: border-color .5s; -moz-transition: border-color .5s; -ms-transition: border-color .5s; transition: border-color .5s; } #thumbs344 a:hover, #thumbs344 a.selected { border-color: #e40815; } .fluid_container_album img#shadow { width: 100%; position: absolute; bottom: 0; } .next_thumbnail344 { background-position: -19px 0; right: 10px; } .next_thumbnail344:hover { background-position: -19px -20px; } .prev_thumbnail344 { background-position: 0 0; left: 10px; } .prev_thumbnail344:hover { background-position: 0 -20px; } .next_thumbnail344, .prev_thumbnail344 { background-image: url(“/client/themes/fa/main/img/carousel_nav.png”); display: block; height: 20px; margin-top: -10px; position: absolute; top: 50%; width: 19px; }
$(function() {
$(‘#carousel344’).carouFredSel({
responsive: true,
circular: false,
auto: false,
items: {
visible: 1,
width: 200,
height: ‘56%’
},
scroll: {
fx: ‘directscroll’
}
});
/* $(‘#carousel_desc344’).carouFredSel({
responsive: true,
circular: false,
auto: false,
items: {
visible: 1,
width: 200,
height: ‘30%’
},
scroll: {
fx: ‘directscroll’
}
}); */
$(‘#thumbs344’).carouFredSel({
responsive: true,
circular: false,
auto: false,
prev: ‘.next_thumbnail344’,
next: ‘.prev_thumbnail344’,
items: {
visible: {
min: 2,
max: 6
},
width: 150,
height: ‘66%’
}
});
$(‘#thumbs344 a’).click(function() {
$(‘#carousel344’).trigger(‘slideTo’, ‘#’ + this.href.split(‘#’).pop() );
/* $(‘#carousel_desc344’).trigger(‘slideTo’, ‘#’ + this.href.split(‘#’).pop() ); */
$(‘#thumbs344 a’).removeClass(‘selected’);
$(this).addClass(‘selected’);
return false;
});
});









