$(document).ready(function() {

//	$("#cycle").cycle({
//		fx: "fade"
//	});

$("a[rel*='attachment']").fancybox();
$("figure.gallery-item a").attr("rel","gallery");
$("figure.gallery-item a[rel='gallery']").fancybox();

/* Author: Oliver Chank

*/


$('.facebook').mouseover(function() {
	$(this).css('background-position','-16px 0px')
}).mouseout(function(){
	$(this).css('background-position','0px 0px')
});

$('.twitter').mouseover(function() {
	$(this).css('background-position','-16px 0px')
}).mouseout(function(){
	$(this).css('background-position','0px 0px')
});


});
