
$(function()
{
	$('.scroll-text').jScrollPane(
		{
			showArrows: true,
			horizontalGutter: 15
		}
	);
	$('.scroll-g').jScrollPane(
		{
			showArrows: true,
			horizontalGutter: 15
		}
	);
	$('.jspDrag').css('background-color','#BDD9DF');
	
	if(jQuery().datePicker) {
    //run plugin dependent code
		$('.date-picker').datePicker({clickInput:true});
		$(".date-picker").keydown(function() {
			return false;	
		});
	}
	if(jQuery().colorbox) {
		$(".inline").colorbox({inline:true, width:"800px"});
		$(".photo-group").colorbox({rel:'photo-group',width:'780px',height:'780px',transition:'fade'});
	}
});
//$(document).ready(function() {
	//
//});

