var CustomSelectText = new Class({
	Implements     : [Events, Options],
	Extends: CustomSelect,
	options        : {

	},
	

	initialize: function(select, options) {
		this.parent(select, options);
		this.setOptions(options);
		
		//alert(this.box_div)
		

	}
});