EnviroSpeak.tv
EnviroSpeak.tv
HomeVideosMy EnvironmentCausesCommunitiesShopBlogAbout Us
Give your planet a voice.
An Action Network for Environmental Change
$(function(){
$('#envirosubwrap a.navdd').toggle(function(){
$(this).next('ul').slideDown('fast');
}, function(){
$(this).next('ul').slideUp('fast');
});
});
// "Popular Videos" carousel
function carousel_vids_newitem(carousel, idx) {
$.getJSON('/environment/network/friends',
{_ajax: 1, skip: (idx*10)},
function(d) {
if(d.html) {
carousel.add(d.html);
carousel.go(idx);
} else {
carousel.bump('left');
}
}
);
}
$(function(){
$('#carousel-vids').Carousel({
numVisible: 4,
step: 4,
btnPrev: '.carousel-vids-prev',
btnNext: '.carousel-vids-next'
});
});
#carousel-container {
position: relative;
width: 100%;
}
.carousel {
margin-left: 50px;
}
.carousel li {
width: 160px;
}
.carousel-prev {
cursor: pointer;
position: absolute;
z-index: 10;
left: 2px;
top: 18px;
}
.carousel-next {
cursor: pointer;
position: absolute;
z-index: 10;
right: 2px;
top: 18px;
}
Welcome ...
All rights reserved.