//jQuery().ready(function () {
//	//Slider
//	$('#slider').PikaChoose({carousel:true, transition:[1]});
//		
//	//Photos Modal	
//	$('.add-album').click(function (e) {
//		$('#create-album').modal({
//				position: [200,200],
//				closeClass: "modal-close-button"
//			});
//	
//		return false;
//	});
//	
//	//Video Modal	
//	$('.upload-video').click(function (e) {
//		$('#video-upload').modal({
//				position: [200,200],
//				closeClass: "modal-close-button"
//			});
//	
//		return false;
//	});
//	
//	//News feed tab
//	
//	
//	//Message Modal
//	$('.send-new-message').click(function (e) {
//		$('#send-new-message').modal({
//				position: [200,200],
//				closeClass: "modal-close-button"
//			});
//		return false;
//	});
//	
//	//Expert Carousel
//	$('#carousel-expert').carouFredSel({
//		items       : 3,
//		auto : {
//			pauseDuration	: 3000,
//			pauseOnHover	: true
//		},
//		prev: ".expert-carousel-prev-button",
//		next: ".expert-carousel-next-button",
//		padding     : "0 20",
//	});
//	
//	$( ".news-feed-add" ).tabs();
//	
//	//Signin Box
//	function addSigninbox() {
//        $(this).addClass("hovering");
//    }

//    function removeSigninbox() {
//        $(this).removeClass("hovering");
//    }

//    var signinboxConfig = {
//        interval: 100,
//        sensitivity: 2,
//        over: addSigninbox,
//        timeout: 200,
//        out: removeSigninbox
//    };

//    $('.login li.sub').hoverIntent(signinboxConfig);
//	
//	//Signup Datepicker
//	$('.datepicker').datepicker({
//		showOn: "button",
//		buttonImage: "images/calendar-icon.png",
//		buttonImageOnly: true,
//		changeMonth: true,
//		changeYear: true,
//		dateFormat: 'dd.mm.yy',
//		dayNamesShort: ['Paz', 'Pzt', 'Sal', 'Çrş', 'Prş', 'Cum', 'Cmt' ],
//		dayNamesMin: ['Pz', 'Pt', 'Sl', 'Çş', 'Pş', 'Cm', 'Ct' ],
//		firstDay: 1,
//		monthNamesShort: ['Ocak','Şubat','Mart','Nisan','Mayıs','Haziran','Temmuz','Agustos','Eylül','Ekim','Kasım','Aralık']
//	});
//

//});
$(document).ready(function () {
    $('#slider').PikaChoose({ carousel: true, transition: [1] });

    $('.add-album').click(function (e) {
        $('#create-album').modal({
            position: [200, 200],
            closeClass: "modal-close-button"
        });
    });

    $('.add-photo').click(function (e) {
        $('#add-photo').modal({
            position: [200, 200],
            closeClass: "modal-close-button"
        });
    });

    $('.upload-video').click(function (e) {
        $('#video-upload').modal({
            position: [200, 200],
            closeClass: "modal-close-button"
        });
    });

    $('.send-new-message').click(function (e) {
        $('#send-new-message').modal({
            position: [200, 200],
            closeClass: "modal-close-button"
        });
    });


//    $(".carousel-expert").carouFredSel({
//        circular: false,
//        infinite: false,
//        width: 510,
//        height: 170,
//        padding: [0, 20],
//        auto: false,
//        prev: ".expert-carousel-prev-button",
//        next: ".expert-carousel-next-button"
//    });
});
