Cart 0

Ballet Barre



 

Our Ballet Barres are available in a variety of styles and profiled hardwoods and are fixed with purpose made stainless steel or powder coated brackets. To avoid holes and cut-outs, the mirror is split horizontally with a slim, matching backing board.

Double tier Ballet Barres for junior and senior students are also available.

Ballet Barres

Ballet Barre

 

The floor mounted Ballet Barre is available as a single or double and is constructed from powder coated or stainless steel posts complete with steel base plate and rose to allow direct fixing to the slab.

Ballet Barres

 

A fully adjustable, junior to senior, wall mounted Ballet Barre is also available.

 

  • 47mm diameter polished hardwood rails
  • Available in any timber type
  • Bespoke powdered coated steel brackets in any colour
$("#SiteNav li ul").each(function(){ var len = jQuery(this).find('li').length; if(len > 9){ $.fn.extend( { list2Columns: function(numCols) { var listItems = $(this).find('li'); /* get the list data */ var listHeader = $(this); var numListItems = listItems.length; var numItemsPerCol = Math.ceil(numListItems / numCols); /* divide by the number of columns requires */ var currentColNum = 1, currentItemNumber = 1, returnHtml = '', i = 0; var classname = $(this).parent().attr('id'); /* append the columns */ for (i=1;i<=numCols;i++) { $(this).parent().append(''); } /* append the items to the columns */ $.each(listItems, function (i, v) { if (currentItemNumber <= numItemsPerCol){ currentItemNumber ++; } else { currentItemNumber = 1; currentColNum ++; } $('.list-column-'+classname+currentColNum).append(v); }); $(this).parent().addClass('expended-div'); $(this).remove(); /*clean previous content */ } }); $(this).list2Columns(3); } });