// For Additional Product Images Scroll Bar 
var speed = 5;
var grap  = 175;


$(function() {
	
	$("<div class='clear'></div>").insertAfter(".whats_newd, .bestseller_side, .special_side");
	
	$(".cmssubmenu").hover(function() {
		$(this).find(".cmslevel2").css({ 'display' : 'block' });
	}, function() {
		$(this).find(".cmslevel2").css({ 'display' : 'none' });
	});

$("#banner").cycle();
	
});
