$(document).ready(function() {



$("#sub li").qtip( {
				content : {
					text : false
				},

				position : {
					corner : {
						target : 'topMiddle',
						tooltip : 'bottomMiddle'
					}
				},
				style : {
					name : 'cream',
					tip : true,
					border : {
						width : 1,
						radius : 3
					}

				}
			});

$("#sub2_teknik a").qtip( {
				content : {
					text : false
				},

				position : {
					corner : {
						target : 'topMiddle',
						tooltip : 'bottomMiddle'
					}
				},
				style : {
					name : 'cream',
					tip : true,
					border : {
						width : 1,
						radius : 3
					}

				}
			});


		$('#basliklar').innerfade({ animationtype: 'fade', speed: 2750, timeout: 5000, type: 'random', containerheight: '1em' }); 
		
		$("a.teknik-layer").css("opacity","0.7");
		
		$("a[rel='gal']").colorbox();
		

});
