/* Author: 

*/
			$(function() {
				$('ul#basic_config').carouFredSel();
				$('ul#user_interaction').carouFredSel({
					auto: false,
					items: 4,
					prev: "#prev1",
					next: "#next1"
				});
			});























