/*----www.eSoftArena.com----*/
var $j=jQuery.noConflict();
jQuery(document).ready(function(){
	
	//custom select box
	if( $j('.option_box dd select').length > 0 ) $j('.option_box dd select').selectbox();
	
		
 });


