



$(document).ready(function(){

$("#stalk_me_elsewhere").mouseover(
    function() {
	$(this).stop().animate({ height:'340px', }, 'medium');
	});


$("#stalk_me_elsewhere").mouseout(
    function() {
	$(this).stop().animate({ height:'30px', }, 'medium');
	});
});

//$(document).ready(function(){

// $("a#prevbutton").toggle(
//    function() {
//	$("#header_large").stop().animate({ 'background-color' : '#0c313e', 'background-position': '1000px 0px',}, 'medium');
//	},
//	function() {
//	$("#header_large").stop().animate({ 'background-color' : '#4f1d3f', 'background-position': '-1000px 0px', }, 'medium');
//	});
	
	
//$("a#nextbutton").toggle(function() {
//	$("#header_large").stop().animate({ 'background-color' : '#4f1d3f' , 'background-position': '1000px 0px', }, 'medium');
//	},function() {
//	$("#header_large").stop().animate({ 'background-color' : '#0c313e', 'background-position': '-1000px 0px', } , 'medium');
//	});

//});


$(document).ready(function(){

//Partial Sliding (Only show some of background)
$('.portfolioitem.small').hover(function(){
$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:350});
}, function() {
$(".cover", this).stop().animate({top:'175px'},{queue:false,duration:350});
});
});

$(document).ready(function(){

//Partial Sliding (Only show some of background)
$('.portfolioitem.large').hover(function(){
$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:350});
}, function() {
$(".cover", this).stop().animate({top:'370px'},{queue:false,duration:350});
});
});

$(document).ready(function(){

//Partial Sliding (Only show some of background)
$('.portfolioitem.tiny').hover(function(){
$(".cover", this).stop().animate({top:'0px'},{queue:false,duration:350});
}, function() {
$(".cover", this).stop().animate({top:'150px'},{queue:false,duration:350});
});
});

$(document).ready(function(){

$(function() {
$("div#controller").jFlow({
slides: "#slides",
width: "700px",
height: "500px"
});
});
});
