#carousel2353, #thumbs2353 , #carousel_desc2353 { overflow: hidden; } #carousel-wrapper2353 .caroufredsel_wrapper img{ border-radius: 10px; border : 2px solid #839494 } #carousel-wrapper22353 .caroufredsel_wrapper img{ border-radius: 10px; border : 2px solid #839494 }#carousel2353 span, #carousel2353 img, #thumbs2353 a, #thumbs2353 img { display: block; float: left; } #carousel_desc2353 span{ width: 100%; /* height: 100%; */ display: block; float: left; position: relative; padding: 9px; }#carousel2353 span, #carousel2353 a, #thumbs2353 span, #thumbs2353 a { position: relative; display: block; height: 100%; } #carousel2353 img, #thumbs2353 img { border: none; width: 100%; height: 100%; position: absolute; top: 0; left: 0; } #carousel2353 span { width: 554px; height: 313px; }#carousel_desc2353 span { width: 554px; height: auto; }#thumbs-wrapper2353 { padding: 20px 40px; position: relative; } #thumbs2353 a { border: 2px solid #899; 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; } #thumbs2353 a:hover, #thumbs2353 a.selected { border-color: #566; }.fluid_container_album img#shadow { width: 100%; position: absolute; bottom: 0; } $(function() { $('#carousel2353').carouFredSel({ responsive: true, circular: false, auto: false, items: { visible: 1, width: 200, height: '56%' }, scroll: { fx: 'directscroll' } }); /* $('#carousel_desc2353').carouFredSel({ responsive: true, circular: false, auto: false, items: { visible: 1, width: 200, height: '30%' }, scroll: { fx: 'directscroll' } }); */ $('#thumbs2353').carouFredSel({ responsive: true, circular: false, auto: false, prev: '#prev', next: '#next', items: { visible: { min: 2, max: 6 }, width: 150, height: '66%' } }); $('#thumbs2353 a').click(function() { $('#carousel2353').trigger('slideTo', '#' + this.href.split('#').pop() ); /* $('#carousel_desc2353').trigger('slideTo', '#' + this.href.split('#').pop() ); */ $('#thumbs2353 a').removeClass('selected'); $(this).addClass('selected'); return false; }); });