#carousel27809, #thumbs27809 , #carousel_desc27809 { overflow: hidden; } #carousel-wrapper27809 .caroufredsel_wrapper img{ border-radius: 5px; border : 2px solid #DAD1C8 } #carousel-wrapper227809 .caroufredsel_wrapper img{ border-radius: 2px; border : 2px solid #DAD1C8 } #carousel27809 span, #carousel27809 img, #thumbs27809 a, #thumbs27809 img { display: block; float: left; } #carousel_desc27809 span { width: 100%; /* height: 100%; */ display: block; float: left; position: relative; padding: 9px; } #carousel27809 span, #carousel27809 a, #thumbs27809 span, #thumbs27809 a { position: relative; display: block; height: 100%; } #carousel27809 img, #thumbs27809 img { border: none; width: 100%; height: 100%; position: absolute; top: 0; left: 0; } #carousel27809 span { width: 554px; height: 313px; } #carousel_desc27809 span { width: 554px; height: auto; } #thumbs-wrapper27809 { padding: 20px 40px; position: relative; } #thumbs27809 a { border: 2px solid #DAD1C8; width: 150px; height: 100px; margin: 0 10px; overflow: hidden; border-radius: 3px; -webkit-transition: border-color .5s; -moz-transition: border-color .5s; -ms-transition: border-color .5s; transition: border-color .5s; } #thumbs27809 a:hover, #thumbs27809 a.selected { border-color: #566; } .fluid_container_album img#shadow { width: 100%; position: absolute; bottom: 0; } .next_thumbnail27809 { background-position: -19px 0; right: 10px; } .next_thumbnail27809:hover { background-position: -19px -20px; } .prev_thumbnail27809 { background-position: 0 0; left: 10px; } .prev_thumbnail27809:hover { background-position: 0 -20px; } .next_thumbnail27809, .prev_thumbnail27809 { 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() { $('#carousel27809').carouFredSel({ responsive: true, circular: false, auto: true, items: { visible: 1, width: 200, height: '56%' }, scroll: { fx: 'directscroll' } }); /* $('#carousel_desc27809').carouFredSel({ responsive: true, circular: false, auto: false, items: { visible: 1, width: 200, height: '30%' }, scroll: { fx: 'directscroll' } }); */ $('#thumbs27809').carouFredSel({ responsive: true, circular: false, auto: false, prev: '.next_thumbnail27809', next: '.prev_thumbnail27809', items: { visible: { min: 2, max: 6 }, width: 150, height: '66%' } }); $('#thumbs27809 a').click(function() { $('#carousel27809').trigger('slideTo', '#' + this.href.split('#').pop() ); /* $('#carousel_desc27809').trigger('slideTo', '#' + this.href.split('#').pop() ); */ $('#thumbs27809 a').removeClass('selected'); $(this).addClass('selected'); return false; }); });