<!--
تمام، کودک 5 ساله سوری در الازرق، اردن شهد، کودک 7 ساله سوری در مجارستان عبدالله، کودک 5 ساله سوری در بلگراد، صربستان امیر، کودک 20 ماهه سوری در لبنان مریم، دختر 8 ساله سوری در امان، اردن رالیا 7 ساله و رحف 13 ساله در خیابانهای بیروت، لبنان فرح، کودک 2 ساله سوری در الازرق، اردن ایمان، کودک 2 ساله سوری در بیمارستانی در الازرق، اردن ولاع، کودک 5 ساله سوری در لبنان مهدی، کودک 18 ماهه سوری در هورگوس، صربستان احمد، کودک 7 ساله سوری در هورگوس، صربستان احمد، کودک 6 ساله سوری در صربستان لمار، دختر 5 ساله سوری در جنگلی در هورگوس، صربستان
-->
#carousel3130, #thumbs3130 , #carousel_desc3130 { overflow: hidden; } #carousel-wrapper3130 .caroufredsel_wrapper img{ /*border-radius: 10px;*/ border : 2px solid #ddd } #carousel-wrapper23130 .caroufredsel_wrapper img{ /*border-radius: 10px;*/ border : 2px solid #ddd } #carousel3130 span, #carousel3130 img, #thumbs3130 a, #thumbs3130 img { display: block; float: left; } #carousel_desc3130 span { width: 100%; /* height: 100%; */ display: block; float: left; position: relative; padding: 9px; } #carousel3130 span, #carousel3130 a, #thumbs3130 span, #thumbs3130 a { position: relative; display: block; height: 100%; } #carousel3130 img, #thumbs3130 img { border: none; width: 100%; height: 100%; position: absolute; top: 0; left: 0; } #carousel3130 span { width: 554px; height: 313px; } #carousel_desc3130 span { width: 554px; height: auto; } #thumbs-wrapper3130 { padding: 20px 40px; position: relative; } #thumbs3130 a { border: 1px solid #ddd; width: 150px; height: 100px; margin: 0 10px; overflow: hidden; -webkit-transition: border-color .5s; -moz-transition: border-color .5s; -ms-transition: border-color .5s; transition: border-color .5s; } #thumbs3130 a:hover, #thumbs3130 a.selected { border-color: #566; } .fluid_container_album img#shadow { width: 100%; position: absolute; bottom: 0; } .next_thumbnail3130 { background-position: -19px 0; right: 10px; } .next_thumbnail3130:hover { background-position: -19px -20px; } .prev_thumbnail3130 { background-position: 0 0; left: 10px; } .prev_thumbnail3130:hover { background-position: 0 -20px; } .next_thumbnail3130, .prev_thumbnail3130 { 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() { $('#carousel3130').carouFredSel({ responsive: true, circular: false, auto: false, items: { visible: 1, width: 200, height: '56%' }, scroll: { fx: 'directscroll' } }); /* $('#carousel_desc3130').carouFredSel({ responsive: true, circular: false, auto: false, items: { visible: 1, width: 200, height: '30%' }, scroll: { fx: 'directscroll' } }); */ $('#thumbs3130').carouFredSel({ responsive: true, circular: false, auto: false, prev: '.next_thumbnail3130', next: '.prev_thumbnail3130', items: { visible: { min: 2, max: 6 }, width: 150, height: '66%' } }); $('#thumbs3130 a').click(function() { $('#carousel3130').trigger('slideTo', '#' + this.href.split('#').pop() ); /* $('#carousel_desc3130').trigger('slideTo', '#' + this.href.split('#').pop() ); */ $('#thumbs3130 a').removeClass('selected'); $(this).addClass('selected'); return false; }); });