// JavaScript Document


		window.onload = function () {
	$('img.captify').captify({
		// all of these options are... optional
		// ---
		// speed of the mouseover effect
		speedOver: 'fast',
		// speed of the mouseout effect
		speedOut: 'normal',
		// how long to delay the hiding of the caption after mouseout (ms)
		hideDelay: 500,	
		// 'fade', 'slide', 'always-on'
		animation: 'slide',		
		// text/html to be placed at the beginning of every caption
		prefix: '',		
		// opacity of the caption on mouse over
		opacity: '0.7',					
		// the name of the CSS class to apply to the caption box
		className: 'caption-bottom',	
		// position of the caption (top or bottom)
		position: 'bottom',
		// caption span % of the image
		spanWidth: '100%'
	});
};
/*
jQuery(window).ycodacss('css/ycodaslider-3.0.css');
jQuery(window).bind("load", function() {
jQuery("div.ycodasliderar")
.eq(0).ycodaslider({width:800, height:380, arrows:false, navigator:false}).end()
.eq(1).ycodaslider({easeFunc: "easeInOutExpo",easeTime: 750});
});
jQuery(window).bind("load", function() {
jQuery("div.ycodasliderjr")
.eq(0).ycodaslider({width:800, height:365, arrows:false, navigator:false}).end()
.eq(1).ycodaslider({easeFunc: "easeInOutExpo",easeTime: 750});
});
function nexx(e) {
jQuery("div.ycodaslider"+e).ycodaslider("right");
}
function prevv(e) {
jQuery("div.ycodaslider"+e).ycodaslider("left");
}
*/
