jQuery.noConflict();
jQuery(document).ready(function($){				
$("#twitter").getTwitter({
					userName: "garypeppergirl",
					numTweets: 1,
					loaderText: "Loading tweets...",
					slideIn: false,
					showHeading: false,
					headingText: "Latest Tweets",
					showProfileLink: false
				});
			
$(window).load(function() {
	$('#slider').nivoSlider({
		effect:'fade', //Specify sets like: 'fold,fade,sliceDown'
		animSpeed:300, //Slide transition speed
		pauseTime:4000,
		directionNav:false,
		controlNav:false,
		startSlide:0 //Set starting Slide (0 index)
	});
});

ddsmoothmenu.init({
	mainmenuid: "smoothmenu1", //menu DIV id
	orientation: 'h', //Horizontal or vertical menu: Set to "h" or "v"
	classname: 'ddsmoothmenu', //class added to menu's outer DIV
	//customtheme: ["#1c5a80", "#18374a"],
	contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})

$(function() {
		$("#post-image-1 img").unbind('mouseenter').unbind('mouseleave');
$('#post-wrapper a.photo_1').hover(
		function() { $('#post-image-1 img').fadeTo('fast', 0.5); },
		function() { $('#post-image-1 img').fadeTo('fast', 1); }
	);
	$('#post-wrapper a.photo_2').hover(
		function() { $('#post-image-2 img').fadeTo('fast', 0.5); },
		function() { $('#post-image-2 img').fadeTo('fast', 1); }
	);
	$('#post-wrapper a.photo_3').hover(
		function() { $('#post-image-3 img').fadeTo('fast', 0.5); },
		function() { $('#post-image-3 img').fadeTo('fast', 1); }
	);
	$('#post-wrapper a.photo_4').hover(
		function() { $('#post-image-4 img').fadeTo('fast', 0.5); },
		function() { $('#post-image-4 img').fadeTo('fast', 1); }
	);
	
});

});
