
function seeIshome(slidepanel){
var isHome = 'true';
if (isHome == "true"){
	$("#sliderContent").css("width",slidepanel-40+"px");
	$("#openCloseWrap").css("width",slidepanel-40+"px");
}
}
function seeIsGallery(slidepanel){
	var isgallery = '';
	if (isgallery == "true"){
		$("#sliderContent").css("width",slidepanel-40+"px");
		$("#openCloseWrap").css("width",slidepanel-40+"px");
		$("#contenedor .cuerpo:first").css("width",slidepanel-10+"px");
	}
}







	
	$(function() {
	
		$( "#example_1" ).accessNews({
	        headline : "Candy Coated",
	        speed : "normal",
			slideBy : 2
	    });
		
		
		
	});
	




$(document).ready(function(){

//angolo flip offerta

	$("#pageflip").hover(function() {
		$("#pageflip img , .msg_block").stop()
			.animate({
				width: '248px', 
				height: '229px'
			}, 500); 
		} , function() {
		$("#pageflip img").stop() 
			.animate({
				width: '50px', 
				height: '52px'
			}, 220);
		$(".msg_block").stop() 
			.animate({
				width: '50px', 
				height: '50px'
			}, 200);
	});

	
});

 




$(document).ready(function(){
	
	$(".toggle_container").hide();
 
	$("h2.trigger").toggle(function(){

		$(this).addClass("active"); 
                               

		}, 

		function () {

		$(this).removeClass("active");

	});

	
	$("h2.trigger").click(function(){

		$(this).next(".toggle_container").slideToggle("slow,");


	});
 
});
