$(document).ready(function () {	
	$("#video").dialog({
		bgiframe: true,
		width: 505,
		height: 435,
		autoOpen: false,
		modal: true
	});
	if($(".textos-girar")){
	$(".textos-girar").jCarouselLite({
		btnNext: ".bot-next",
		btnPrev: ".bot-prev",
		visible: 1,
		speed: 800,
		circular: false,
		easing: "backout"
	});
	}
	$(".imagenes .imagen").jCarouselLite({
		visible: 1,
		auto: 8000,
		speed: 600,
		vertical: true,
		easing: "easeinout"
	});
	if($(".lista-promociones")){
	$(".lista-promociones").jCarouselLite({
		btnNext: ".bot-next-promo",
		btnPrev: ".bot-prev-promo",
		visible: 1,
		auto: 5000,
		speed: 600,
		vertical: true,
		easing: "easeinout"
	});
	}
});
function loadVideo(){
	$("#video").dialog('open');
}