Need Help For Galleria slider and LAVA lamp menu conflicting
Hi
I need help basically i don't have much knowledge on j query programming
i am using a lava lamp menu and with galleria twelve theme one of them will not work
even i switch all script tags vice verse of lava lamp over galleria theme than also it is not working
can somebody will help to work both of them here is the head code
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>index</title>
<!-- lvalamp -->
<script type="text/javascript"src="lavalamp/js/jquery-1.2.3.min.js"></script>
<script type="text/javascript" src="lavalamp/js/jquery.lavalamp.min.js"></script>
<script type="text/javascript" src="lavalamp/js/jquery.easing.min.js"></script>
<script type="text/javascript">
$(function() {
$(".lavaLamp").lavaLamp({ fx: "backout", speed: 700 })
});
</script>
<!--Begin Galeria Slider-->
<script type="text/javascript" src="jquery min.js"></script>
<script src="galleria-1.2.8/galleria/jquery1.4.4.js"></script>
<script src="galleria-1.2.8/galleria/galleria-1.2.8.min.js"></script>
<!-- load Galleria -->
<script src="galleria-1.2.8/galleria/galleria-1.2.min.js"></script>
<!-- End Galleria -->