
		jQuery(document).ready(function(){
				jQuery("a[rel^='prettyPhoto']").prettyPhoto({animationSpeed:'fast',theme:'facebook'});
				jQuery(".button").hover(function () {
					jQuery(this).animate({
						opacity: 0.7
					}, 200);
					},function(){
					jQuery(this).animate({
						opacity: 1	      			
					}, 200);
				});
				jQuery(".button_big").hover(function () {
					jQuery(this).animate({
						opacity: 0.7
					}, 200);
					},function(){
					jQuery(this).animate({
						opacity: 1	      			
					}, 200);
				});
				jQuery("#cancel-comment-reply-link").hover(function () {
					jQuery(this).animate({
						opacity: 0.6
					}, 200);
					},function(){
					jQuery(this).animate({
						opacity: 1	      			
					}, 200);
				});
				jQuery(".comment-reply-link").hover(function () {
					jQuery(this).animate({
						opacity: 0.6
					}, 200);
					},function(){
					jQuery(this).animate({
						opacity: 1	      			
					}, 200);
				});	
				jQuery(".hover").hover(function () {
					jQuery(this).animate({
						opacity: 0.5
					}, 200);
					},function(){
					jQuery(this).animate({
						opacity: 1	      			
					}, 200);
				});
				
			if(  BrowserDetect.browser != 'Explorer' || (BrowserDetect.browser == 'Explorer' && BrowserDetect.version > 7)){
				
				jQuery(".last-portfolio-link h4 a").hover(function () {
					jQuery(this).parent('h4').animate({
						  marginLeft: "0.1in",opacity: 0.5
					}, 150);
					},function(){
					jQuery(this).parent('h4').animate({
						marginLeft: "0in",opacity: 1	      			
					}, 150);
				}); 
				
			}
				jQuery(".portfolio-link h4 a").hover(function () {
					jQuery(this).parent('h4').animate({
						  marginLeft: "0.1in",opacity: 0.5
					}, 150);
					},function(){
					jQuery(this).parent('h4').animate({
						marginLeft: "0in",opacity: 1	      			
					}, 150);
				}); 
				jQuery(".blog-title h4 a").hover(function () {
					jQuery(this).parent('h4').animate({
						  marginLeft: "0.1in",opacity: 0.5
					}, 150);
					},function(){
					jQuery(this).parent('h4').animate({
						marginLeft: "0in",opacity: 1	      			
					}, 150);
				}); 
				jQuery(".blog-title h3 a").hover(function () {
					jQuery(this).parent('h3').animate({
						  marginLeft: "0.1in",opacity: 0.5
					}, 150);
					},function(){
					jQuery(this).parent('h3').animate({
						marginLeft: "0in",opacity: 1	      			
					}, 150);
				});
			});
