jQuery(document).ready(function() {
	jQuery("ul li:last-child").addClass('last');
	jQuery(".main .home .right-area .f-pro-listing ul li:nth-child(2n)").addClass('second');
	jQuery('#lookBook .ri ul li:nth-child(3n)').addClass('third');
	jQuery('#proListing .ri ul li:nth-child(3n)').addClass('third');
	jQuery('#pressGallery .ri ul li:nth-child(3n)').addClass('third');
	//vertical align middle
	jQuery.fn.vAlign = function(height){var height=jQuery(this).height();jQuery(this).css("margin-top",-height/2); }
	jQuery('.main .left p').vAlign();
	jQuery('.tabbed-block .content .left-sidebar .row01 .detail').vAlign();
	jQuery('#proListing .ri ul li img').vAlign();
	//end of function getHeight 
	
	//Jcarousel
   // jQuery('#proDes .pro-img .carousel ul').jcarousel({
    // });
	jQuery('.carousel-wrap ul').jcarousel({visible:1,  scroll: 1});
	
	//Change Image
	jQuery.fn.changeImg = function(){var imgName=jQuery(this).attr('name');jQuery('.carousel li img').click(function(){var imgName=jQuery(this).attr('name');
	jQuery('p.full-img img').attr('src',imgName);}); }
	jQuery(".pro-img").changeImg();
	

	

});

