$(document).ready(function(){
	$('#slider-code').tinycarousel({ display: 5 });
	jQuery(".gallery_tmb").click(function(){
		var img_src = $(this).children().attr("src");
		$("#gallery_preview").fadeTo("fast", 0.33, function () {$("#gallery_preview").children().attr('src', img_src.replace("tmb/",""));});
		$("#gallery_preview").fadeTo("fast", 1);
		return false;
	}).end();
});
