function scrollCarousel(pos) {
	document.getElementById('scroll_carousel').setAttribute('style','left: ' + pos + 'px;');
}

