
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
	    });
		
	});
	






	


		$(function(){
			$.superbox.settings = {
				closeTxt: "Close",
				loadTxt: "Loading...",
				nextTxt: "Next",
				prevTxt: "Previous"
			};
			$.superbox();
		});
	