jQuery(function() {
		$("a.single_image").fancybox();
		$("a.iframe").fancybox({
				overlayShow: true,
				overlayOpacity: 0.9,
				hideOnContentClick: false,
				padding:0,
				margin:0,
				width: 660,
				height: 500,
				scrolling: 'no',
				autoScale:true
				
		}); 
		
		$("select, input:checkbox, input:radio, input:file").uniform();
		
		$('.sidegallery').cycle({
				fx:     'fade',
				speed:  'normal',
				timeout: 0,
				next:   '.next',
				prev:   '.prev'
		});
		$(".services img[alt]").qtip({
				hide: { delay: 1000 },
				show: {
					solo: true,
					effect: { type: 'slide' }
				},
				style: {
					width: 100,
					padding: 1,
					background: '#a38548',
					color: '#fff',
					textAlign: 'center',
					tip: {
						corner: 'bottomMiddle'
					},
					border: {
						width: 1,
						radius: 5,
						color: '#a38548'
					}
				},
				position: {
					corner: {
						target: 'topMiddle',
						tooltip: 'bottomMiddle'
					}
				}
		});
});
