/*======= Used on : OwlTemplates.com Theme  =======*/
/* Cufon replacement configuration begins */
Cufon.replace('h2, h3, #menu li, #featured-box strong, .title, .title-2, .slider-bot span, , .slider-bot strong, #newsletter-form strong, #slideshow p,#slideshow strong,.title-1', { fontFamily: 'aller', hover: 'true' });
/* Cufon replacement configuration endss */

/* Purchase Now button fadein effect begins 
$(document).ready(function () {

	//Append a div with hover class to all the LI
	$('#purchase-now li').append('<div class="hover"><\/div>');
	$('#purchase-now li').hover(
		//Mouseover, fadeIn the hidden hover class	
		function() {
			
			$(this).children('div').fadeIn('1000');	
		
		}, 
		//Mouseout, fadeOut the hover class
		function() {
			$(this).children('div').fadeOut('1000');	
	}).click (function () {
	
		//Add selected class if user clicked on it
		$(this).addClass('selected');
		
	});

});
*/
/* Video prettyPhoto begins 
$(document).ready(function () {
	$(".column-3 a[rel^='prettyPhoto']").prettyPhoto({
		animationSpeed:'fast',
		slideshow:10000
	});
});
*/
