// JavaScript Document

$().ready(function() {
					$('#thumbsWorks .thumbs').jcarousel({
						scroll: 3,
						wrap: 'both'
					});
					
					$('#news h1').tooltip({ 
						track: true,
						delay: 0, 
						showURL: false,
						top: -60,
						left: -30,
						fixPNG: true,
						bodyHandler: function() { 
							return $("<img/>").attr("src", "images/news_tooltip-trans.png"); 
						}
					});
					
					$('a[rel=lightbox]').fancybox({
												'hideOnContentClick': false,
												'overlayOpacity': 0.5,
												'padding': 10
												});
					});