// to whom ever is gonna work on this little snippet of code, if you chnage the size of the images in the slider gallery
// make sure that the height match with height specified in the function ok thx bay . pablo flia web design

$(document).ready(function(){

	$("#myController").jFlow({
		slides: "#mySlides",
		controller: ".jFlowControl", 
		slideWrapper : "#jFlowSlide",
		selectedWrapper: "jFlowSelected",  
		width: "733px",
		height: "400px",
		duration: 400,
		prev: ".jFlowPrev", 
		next: ".jFlowNext" 
	});
});
