$(document).ready(function() {
	$('.hnoscroll').rscarousel({moveCount:5, animation: true, speed:500, scrollDirection: 'width',circular: false});
	$('.colapser').colapser();
});

