$(document).ready(function(){

	$(".btn-slide").click(function(){
		$("#panel").slideToggle("slow");
	});


$('.sec_pic').hover(function(){
					$(".over_sec_pic", this).stop().animate({top:'-38px'},{queue:false,duration:300});
				}, function() {
					$(".over_sec_pic", this).stop().animate({top:'4px'},{queue:false,duration:300});
				});
				
$('.sec_pic2').hover(function(){
					$(".over_sec_pic2", this).stop().animate({top:'-38px'},{queue:false,duration:300});
				}, function() {
					$(".over_sec_pic2", this).stop().animate({top:'4px'},{queue:false,duration:300});
				});
				
				$('.sec_pic3').hover(function(){
					$(".over_sec_pic2", this).stop().animate({top:'-38px'},{queue:false,duration:300});
				}, function() {
					$(".over_sec_pic2", this).stop().animate({top:'4px'},{queue:false,duration:300});
				});
				
				$('.sec_pic4').hover(function(){
					$(".over_sec_pic2", this).stop().animate({top:'-38px'},{queue:false,duration:300});
				}, function() {
					$(".over_sec_pic2", this).stop().animate({top:'4px'},{queue:false,duration:300});
				});
				
$('#sec_picsingle').hover(function(){
					$(".over_sec_picsingle", this).stop().animate({top:'-38px'},{queue:false,duration:300});
				}, function() {
					$(".over_sec_picsingle", this).stop().animate({top:'4px'},{queue:false,duration:300});
				});


$(function(){
 $('.felyTwitter').tweetable({username: 'davidtherio', time: true, limit: 1});

});

$(function (){	
	var cycleDiv = '.sec_pic_hiddensingle2';
	var pager = '.slide';
		
		$(cycleDiv).cycle({ 
			
			fx: 'fade',
			pager: pager
		});
	
	
});



});
