Slider Javascript interfering with Cart & Currency dropdowns

I’ve been testing out different jquery sliders and each one seem to have some code that disables or gets in the way of the drop down menu for the Cart and Currency (See screenshot). Is there a workaround for this? here is the code I have in the homepage block:


<br />
<head><br />
    <title>Nivo Slider Demo</title><br />
    <link rel="stylesheet" href="http://www.phantomcables.com/images/nivoslider/themes/default/default.css" type="text/css" media="screen" /><br />
    <link rel="stylesheet" href="http://www.phantomcables.com/images/nivoslider/themes/default/nivo-slider.css" type="text/css" media="screen" /><br />
    <link rel="stylesheet" href="http://www.phantomcables.com/images/nivoslider/basestyle.css" type="text/css" media="screen" /><br />
</head><br />
<body><br />
	    <div class="slider-wrapper theme-default"><br />
		    <div class="ribbon"></div><br />
		    <div id="slider" class="nivoSlider"><br />
			    <a href="http://phantomcables.com/index.php?dispatch=categories.view&category_id=653"><img src="http://www.phantomcables.com/images/nivoslider/images/home_banner_ir.jpg" alt="" /></a><br />
			    <a href="http://www.phantomcables.com/index.php?dispatch=categories.view&category_id=630"><img src="http://www.phantomcables.com/images/nivoslider/images/home_banner_cx4_sas_sfp.jpg" alt="" /></a><br />
			    <a href="http://www.phantomcables.com/index.php?subcats=Y&status=A&pshort=Y&pfull=Y&pname=Y&pkeywords=Y&search_performed=Y&cid=0&q=22AWG%2C+Plenum&x=7&y=10&dispatch=products.search"><img src="http://www.phantomcables.com/images/nivoslider/images/home_banner_plenum_hdmi.jpg" alt="" data-transition="slideInLeft" /></a><br />
			    <a href="http://www.phantomcables.com/index.php?dispatch=categories.view&category_id=625"><img src="http://www.phantomcables.com/images/nivoslider/images/home_banner_wifi_antennas.jpg" alt="" /></a><br />
		    </div><br />
	    </div><br />
    <script type="text/javascript" src="http://www.phantomcables.com/images/nivoslider/scripts/jquery-1.7.1.min.js"></script><br />
    <script type="text/javascript" src="http://www.phantomcables.com/images/nivoslider/scripts/jquery.nivo.slider.pack.js"></script><br />
    <script type="text/javascript"><br />
    $(window).load(function() {<br />
	    $('#slider').nivoSlider();<br />
    });<br />
    </script><br />
</body><br />

```<br />
<br />
Thank you.