$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready (a little sooner that page load)
  $('#sarees_sub_list').hide();
   $('#sarees_sub_list1').hide();
  
 // shows and hides and toggles the slickbox on click  
  $('#slick-toggle').click(function() {
    $('#sarees_sub_list').slideToggle(400);
	 $('#sarees_sub_list1').hide();
    return false;
  });
  
  $('#slick-toggle1').click(function() {
    $('#sarees_sub_list1').slideToggle(400);
	 $('#sarees_sub_list').hide();
    return false;
  });
});
	
	
//----- END
$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready (a little sooner that page load)
  $('#list').hide();
  
 // shows and hides and toggles the slickbox on click  
  $('#list1').click(function() {
    $('#list').slideToggle(400);
    return false;
  });

});

//----- END
$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready (a little sooner that page load)
  $('#listt').hide();
  
 // shows and hides and toggles the slickbox on click  
  $('#listt1').click(function() {
    $('#listt').slideToggle(400);
    return false;
  });
	
  $('#listt2').click(function() {
    $('#listt').slideToggle(400);
    return false;
  });
	
});
//----- END

$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready (a little sooner that page load)
  $('#uploadimg').hide();
  
 // shows and hides and toggles the slickbox on click  
  $('#uploadimg1').click(function() {
    $('#uploadimg').slideToggle(400);
    return false;
  });

});

//----- END

$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready (a little sooner that page load)
  $('#border_1').hide();
  
 // shows and hides and toggles the slickbox on click  
  $('#button4').click(function() {
    $('#border_1').slideToggle(400);
    return false;
  });
  
   $('#button5').click(function() {
    $('#border_1').slideToggle(400);
    return false;
  });
});

